This commit is contained in:
emmett1
2017-10-29 21:35:06 +08:00
parent 57a10cf157
commit 42b5aa7984

View File

@@ -8,10 +8,10 @@ PACKAGE_DIR="/var/spkg/packages"
SOURCE_DIR="/var/spkg/sources"
WORK_DIR="/tmp"
PORT_REPO=(/usr/ports/base
/usr/ports/blfs
/usr/ports/xorg
/usr/ports/extra)
PORT_REPO+=(/usr/ports/base)
PORT_REPO+=(/usr/ports/blfs)
PORT_REPO+=(/usr/ports/xorg)
PORT_REPO+=(/usr/ports/extra)
NO_EXTRACT=(usr/share/locale)
OPTIONS=(libtool emptydirs strip docs purge zipman buildflags makeflags)