CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / man / Pkgfile
index 40d217e79a0d59db6a2dc5f4d6f889635208c79f..702b81a1c99000c288525402c074d5118cf312a7 100644 (file)
@@ -1,11 +1,11 @@
 # Description: The man page suite used to read most of the documentation for Linux
 # URL: http://primates.ximian.com/~flucifredi/man/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: less groff
 
 name=man
-version=1.6f
+version=1.6g
 release=1
 source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
         makewhatis)
@@ -16,11 +16,10 @@ build() {
   ./configure -prefix=/usr \
               -confdir=/etc \
               -mandir=/usr/man \
-              -compatibility_mode_for_colored_groff \
               +lang none \
               -default
 
   make BUILD_CC="gcc"
-  make PREFIX=$PKG install
+  make DESTDIR=$PKG install
   install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
 }