X-Git-Url: http://gitweb/?a=blobdiff_plain;f=man%2FPkgfile;h=702b81a1c99000c288525402c074d5118cf312a7;hb=6214a1c83f5300e06961487b7c208ec6553ccfbb;hp=40d217e79a0d59db6a2dc5f4d6f889635208c79f;hpb=6bf7e17fdd5568b6e3779fbdf48e084bf1b211e5;p=crossrootfs.git diff --git a/man/Pkgfile b/man/Pkgfile index 40d217e..702b81a 100644 --- a/man/Pkgfile +++ b/man/Pkgfile @@ -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 }