CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: updated to 6.1.2
[ports/core-arm.git] / ports / Pkgfile
index 653ef8b14a61d0ee889195caf62544d555638677..41099abd671c149c43218c7bbd74443fa9a27e63 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)
@@ -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
 }