CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man: cleaned up
authorJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 14:38:21 +0000 (15:38 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 14:38:21 +0000 (15:38 +0100)
man/Pkgfile

index e141c48d9e0c45cb18803da4ffd9806c840a6833..a85d11c612e0b74c70e47bdb9ad5d0883346d113 100644 (file)
@@ -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
 }