From 7a91453f7c40c437f96c3aad05b1bbbdbcd435a8 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 14 Dec 2009 15:38:21 +0100 Subject: [PATCH] man: cleaned up --- man/Pkgfile | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/man/Pkgfile b/man/Pkgfile index e141c48..a85d11c 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 +# Ach Maintainer: CRUX ARM System Team, crux-arm at mikeux dot dyndns dot org # 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 } -- 2.26.2