CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wget: fixed 'Arch Maintainer' line
[crossrootfs.git] / diffutils / Pkgfile
index da7d98ae743e7bde763b149a1cce37099849e9a6..2529982d095b48e609ec91f5d925f9d158425bbb 100644 (file)
@@ -1,12 +1,12 @@
 # Description: Package with the GNU diff, diff3, sdiff, and cmp utilities
 # URL: http://www.gnu.org/software/diffutils/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
 # Depends on:
 
 name=diffutils
 version=2.8.1
-release=1
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
@@ -14,6 +14,7 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
+              --mandir=$PKG/usr/man \
               --disable-nls
   make
   make prefix=$PKG/usr install