CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
make: updated to 4.1 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 09:23:04 +0000 (09:23 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 09:23:04 +0000 (09:23 +0000)
make/.footprint
make/.md5sum
make/Pkgfile

index 709f793806a921f567c46af2b787065bcdec070d..4c0eeb220d58d1c65974d084ee3a813c7d19b835 100644 (file)
@@ -3,6 +3,3 @@ drwxr-xr-x      root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/make
 drwxr-xr-x     root/root       usr/include/
 -rw-r--r--     root/root       usr/include/gnumake.h
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/make.1.gz
index 340e21193bddb741435f8bcf718ad8b2d4a416b6..5bb2d4430fe65bdfa1942ea8acf74cf164b25e33 100644 (file)
@@ -1 +1 @@
-571d470a7647b455e3af3f92d79f1c18  make-4.0.tar.bz2
+57a7a224a822f94789a587ccbcedff69  make-4.1.tar.bz2
index 0cd019b4c466c43f680ddffd7061d1d78e66a5c4..3db648c22b497d122813497334ae553f8010e056 100644 (file)
@@ -4,8 +4,8 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=make
-version=4.0
-release=1
+version=4.1
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
@@ -13,8 +13,7 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --disable-nls \
-              --mandir=/usr/man
+              --disable-nls
   make
   make DESTDIR=$PKG install
   rm -rf $PKG/usr/share