X-Git-Url: http://gitweb/?a=blobdiff_plain;f=man%2FPkgfile;h=d6797a6a2128154a90ed463bd3509f70897c6320;hb=980cc6e9ba6c7ca8f1acf842183cf8d0b1fcf9c0;hp=e141c48d9e0c45cb18803da4ffd9806c840a6833;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/man/Pkgfile b/man/Pkgfile index e141c48..d6797a6 100644 --- a/man/Pkgfile +++ b/man/Pkgfile @@ -1,7 +1,7 @@ # 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 @@ -11,14 +11,16 @@ 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 \ + -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 }