diff --git a/m4/.footprint b/m4/.footprint index 71287318..77bda8b4 100644 --- a/m4/.footprint +++ b/m4/.footprint @@ -1,3 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/m4 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/m4.1.gz diff --git a/m4/.md5sum b/m4/.md5sum index 439366b2..8d06c84c 100644 --- a/m4/.md5sum +++ b/m4/.md5sum @@ -1 +1 @@ -8d1d64dbecf1494690a0f3ba8db4482a m4-1.4.4.tar.gz +8bcd8244d5bed9f8e2d5f05ad693b8b4 m4-1.4.5.tar.bz2 diff --git a/m4/Pkgfile b/m4/Pkgfile index 3ad6c672..afaa6286 100644 --- a/m4/Pkgfile +++ b/m4/Pkgfile @@ -3,14 +3,14 @@ # Maintainer: Per Lidén, core-ports at crux dot nu name=m4 -version=1.4.4 +version=1.4.5 release=1 -source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz) +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make - make prefix=$PKG/usr install - rm -rf $PKG/usr/info + make DESTDIR=$PKG install + rm -rf $PKG/usr/share }