This commit is contained in:
emmett1
2018-01-14 15:12:11 +08:00
parent eccec56ef9
commit d30c5e5fec
4 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ REJECTED_DIR="/var/cache/scratchpkg/rejected"
LOG_DIR="/var/cache/scratchpkg/log"
HOOK_DIR="/etc/hooks"
OPTIONS=(libtool emptydirs strip docs purge zipman buildflags makeflags)
OPTIONS=(!libtool emptydirs strip docs purge zipman buildflags makeflags)
PURGE_FILES=(usr/{,share/}info/dir)
DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
MAN_DIRS=({usr{,/local}{,/share},opt/*}/man)

1
ports/git.httpup Normal file
View File

@@ -0,0 +1 @@
URL=https://raw.githubusercontent.com/emmett1/ports/master/git

1
ports/lxde.httpup Normal file
View File

@@ -0,0 +1 @@
URL=https://raw.githubusercontent.com/emmett1/ports/master/lxde

View File

@@ -10,7 +10,9 @@ PORT_REPO+=(/usr/ports/core)
PORT_REPO+=(/usr/ports/xorg)
PORT_REPO+=(/usr/ports/xfce4)
PORT_REPO+=(/usr/ports/kf5)
PORT_REPO+=(/usr/ports/lxde)
PORT_REPO+=(/usr/ports/extra)
PORT_REPO+=(/usr/ports/git)
PORT_REPO+=(/usr/ports/wip)
# PACKAGE_DIR="/var/spkg/packages"