man: update to 1.6g

This commit is contained in:
Juergen Daubert 2011-01-02 13:03:19 +01:00
parent 41e43ddde4
commit e5deeb596c
2 changed files with 4 additions and 5 deletions

View File

@ -1,2 +1,2 @@
a5617e86e5fb22dc38e40e1cd5ef00a4 makewhatis
67aaaa6df35215e812fd7d89472c44b6 man-1.6f.tar.gz
ba154d5796928b841c9c69f0ae376660 man-1.6g.tar.gz

View File

@ -3,9 +3,9 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=man
version=1.6f
version=1.6g
release=1
source=(http://www.ibiblio.org/pub/Linux/apps/doctools/man/$name-$version.tar.gz \
source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
makewhatis)
build() {
@ -13,10 +13,9 @@ build() {
./configure -prefix=/usr \
-confdir=/etc \
-mandir=/usr/man \
-compatibility_mode_for_colored_groff \
+lang none \
-default
make
make PREFIX=$PKG install
make DESTDIR=$PKG install
install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
}