CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated mandir and ports collections to 3.2
[ports/cubieboard-arm.git] / ports / Pkgfile
index e9d0656e39eed59b6ad2329176a022ec9fdf4aba..8196d347287cc9c77ce31d6fcec712bf164d6dbb 100644 (file)
@@ -6,7 +6,7 @@
 
 name=ports
 version=1.5
-release=15
+release=17
 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
         core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
         core-arm.rsync opt-arm.rsync xorg-arm.rsync cubieboard-arm.rsync)
@@ -14,7 +14,7 @@ source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
 build () {
   cd $name-$version
   make
-  make DESTDIR=$PKG install
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
 
   install -m 0644 $SRC/*.rsync* $PKG/etc/ports
 }