X-Git-Url: http://gitweb/?a=blobdiff_plain;f=man%2FPkgfile;h=702b81a1c99000c288525402c074d5118cf312a7;hb=ba454fcfa86f2e4f5057931b72888560816e8c76;hp=a85d11c612e0b74c70e47bdb9ad5d0883346d113;hpb=7a91453f7c40c437f96c3aad05b1bbbdbcd435a8;p=crossrootfs.git diff --git a/man/Pkgfile b/man/Pkgfile index a85d11c..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 -# Ach 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 }