CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man: update to 1.6g
authorVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:02:10 +0000 (08:02 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:02:10 +0000 (08:02 +0000)
man/.md5sum
man/Pkgfile

index 85d4fc479196b169e9b8a1c8a1857a9331edffc1..6effbeb97ad925f2ec9cc091b3a50659d79239fc 100644 (file)
@@ -1,2 +1,2 @@
 a5617e86e5fb22dc38e40e1cd5ef00a4  makewhatis
-67aaaa6df35215e812fd7d89472c44b6  man-1.6f.tar.gz
+ba154d5796928b841c9c69f0ae376660  man-1.6g.tar.gz
index d6797a6a2128154a90ed463bd3509f70897c6320..702b81a1c99000c288525402c074d5118cf312a7 100644 (file)
@@ -5,7 +5,7 @@
 # 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
 }