summaryrefslogtreecommitdiffstats
path: root/base/ports/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-24 21:09:02 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-24 21:09:02 +0200
commita2e1195e63af60f8bfc577f4df74084f8de5667e (patch)
tree4153b9be784abf79e6405c94293dd6b0d0696377 /base/ports/Pkgfile
parentbf93a06601dd64461f31d50d602f588ffc2736c3 (diff)
downloadnutyx-pakxe-a2e1195e63af60f8bfc577f4df74084f8de5667e.tar.gz
nutyx-pakxe-a2e1195e63af60f8bfc577f4df74084f8de5667e.tar.bz2
nutyx-pakxe-a2e1195e63af60f8bfc577f4df74084f8de5667e.tar.xz
nutyx-pakxe-a2e1195e63af60f8bfc577f4df74084f8de5667e.zip
ports, maj 1.5-7 ajout kde3.rsync
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 baba73312..c60bc4560 100644
--- a/base/ports/Pkgfile
+++ b/base/ports/Pkgfile
@@ -6,9 +6,9 @@
name=ports
version=1.5
-release=6
+release=7
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
-base.rsync acompiler.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync gnome.rsync)
+base.rsync acompiler.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync kde3.rsync gnome.rsync)
build () {
cd $name-$version
@@ -17,7 +17,7 @@ make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/
mv $PKG/usr/man \
$PKG/usr/share
-for i in base extra xorg xfce kde gnome acompiler
+for i in base extra xorg xfce kde kde3 gnome acompiler
do
install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done