summaryrefslogtreecommitdiffstats
path: root/base/ports/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-24 21:00:56 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-24 21:00:56 +0200
commit4042a373a63135b104950bf2b3276aa7953fb9ea (patch)
tree0caa6791b3b9bdaa49d22dfc59d886eccb03c3b9 /base/ports/Pkgfile
parent4e4a453c5e3601cf507e0a9790bddc617bda7820 (diff)
downloadnutyx-pakxe-4042a373a63135b104950bf2b3276aa7953fb9ea.tar.gz
nutyx-pakxe-4042a373a63135b104950bf2b3276aa7953fb9ea.tar.bz2
nutyx-pakxe-4042a373a63135b104950bf2b3276aa7953fb9ea.tar.xz
nutyx-pakxe-4042a373a63135b104950bf2b3276aa7953fb9ea.zip
maj ports#1.5-6, ajout dossier acompiler
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 ade075a45..baba73312 100644
--- a/base/ports/Pkgfile
+++ b/base/ports/Pkgfile
@@ -6,9 +6,9 @@
name=ports
version=1.5
-release=5
+release=6
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
-base.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync gnome.rsync)
+base.rsync acompiler.rsync extra.rsync xorg.rsync xfce.rsync kde.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
+for i in base extra xorg xfce kde gnome acompiler
do
install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done