summaryrefslogtreecommitdiffstats
path: root/base/ports/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/ports/Pkgfile')
-rw-r--r--base/ports/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile
index f747a10b8..0827d2923 100644
--- a/base/ports/Pkgfile
+++ b/base/ports/Pkgfile
@@ -6,15 +6,15 @@
name=ports
version=1.5
-release=4
+release=5
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
-base.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync)
+base.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync gnome.rsync)
build () {
cd $name-$version
make
make DESTDIR=$PKG install
-for i in base extra xorg xfce kde
+for i in base extra xorg xfce kde gnome
do
install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done