CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
autoconf: updated mandir
authorVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 16:12:35 +0000 (16:12 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 16:12:35 +0000 (16:12 +0000)
autoconf/.footprint
autoconf/Pkgfile

index 06d0be028fbb8a8f084aa42a27cd05f783e74300..e0c949ff4dda55fdb3826e4fc0fe70b9b47d811f 100644 (file)
@@ -7,17 +7,6 @@ drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/autoscan
 -rwxr-xr-x     root/root       usr/bin/autoupdate
 -rwxr-xr-x     root/root       usr/bin/ifnames
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/autoconf.1.gz
--rw-r--r--     root/root       usr/man/man1/autoheader.1.gz
--rw-r--r--     root/root       usr/man/man1/autom4te.1.gz
--rw-r--r--     root/root       usr/man/man1/autoreconf.1.gz
--rw-r--r--     root/root       usr/man/man1/autoscan.1.gz
--rw-r--r--     root/root       usr/man/man1/autoupdate.1.gz
--rw-r--r--     root/root       usr/man/man1/config.guess.1.gz
--rw-r--r--     root/root       usr/man/man1/config.sub.1.gz
--rw-r--r--     root/root       usr/man/man1/ifnames.1.gz
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/autoconf/
 drwxr-xr-x     root/root       usr/share/autoconf/Autom4te/
@@ -67,3 +56,14 @@ drwxr-xr-x   root/root       usr/share/autoconf/m4sugar/
 -rw-r--r--     root/root       usr/share/autoconf/m4sugar/m4sugar.m4
 -rw-r--r--     root/root       usr/share/autoconf/m4sugar/m4sugar.m4f
 -rw-r--r--     root/root       usr/share/autoconf/m4sugar/version.m4
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/autoconf.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/autoheader.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/autom4te.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/autoreconf.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/autoscan.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/autoupdate.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/config.guess.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/config.sub.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/ifnames.1.gz
index d7071e1dee3d98583254c18f7b91477936030d21..21f9163d33169bd95d6b07cceec8ad5a6c43ff80 100644 (file)
@@ -6,13 +6,12 @@
 
 name=autoconf
 version=2.69
-release=1
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
-  ./configure --prefix=/usr \
-              --mandir=$PKG/usr/man
+  ./configure --prefix=/usr
   make
   make prefix=$PKG/usr install
   rm -r $PKG/usr/share/info