summaryrefslogtreecommitdiffstats
path: root/base/ports/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-27 13:41:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-27 13:41:33 +0200
commit9511c6f31581a54b5832f1f30b3194501e566379 (patch)
tree039845ee54996ce049e6152a20521ceffb9aa82a /base/ports/Pkgfile
parent095bebc84383c095b1d2fa3a2ccc64f6863a4307 (diff)
downloadnutyx-pakxe-9511c6f31581a54b5832f1f30b3194501e566379.tar.gz
nutyx-pakxe-9511c6f31581a54b5832f1f30b3194501e566379.tar.bz2
nutyx-pakxe-9511c6f31581a54b5832f1f30b3194501e566379.tar.xz
nutyx-pakxe-9511c6f31581a54b5832f1f30b3194501e566379.zip
Maj ports#1.5-4
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 576a5da75..f747a10b8 100644
--- a/base/ports/Pkgfile
+++ b/base/ports/Pkgfile
@@ -6,15 +6,15 @@
name=ports
version=1.5
-release=3
+release=4
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
-base.rsync extra.rsync xorg.rsync xfce.rsync gnome.rsync kde.rsync)
+base.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync)
build () {
cd $name-$version
make
make DESTDIR=$PKG install
-for i in base extra xorg xfce gnome kde
+for i in base extra xorg xfce kde
do
install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done