X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=man%2FPkgfile;h=702b81a1c99000c288525402c074d5118cf312a7;hb=715b604769bc1561c9cc71ab8b01ef10c3f7a492;hp=e141c48d9e0c45cb18803da4ffd9806c840a6833;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/man/Pkgfile b/man/Pkgfile index e141c48..702b81a 100644 --- a/man/Pkgfile +++ b/man/Pkgfile @@ -1,24 +1,25 @@ # 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 +# 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) build() { - cd $name-$version - ./configure -prefix=/usr \ - -confdir=/etc \ - -mandir=/usr/man \ - -compatibility_mode_for_colored_groff \ - +lang none \ - -default - make BUILD_CC="gcc" - make PREFIX=$PKG install - install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis + cd $name-$version + + ./configure -prefix=/usr \ + -confdir=/etc \ + -mandir=/usr/man \ + +lang none \ + -default + + make BUILD_CC="gcc" + make DESTDIR=$PKG install + install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis }