diff --git a/aterm/Pkgfile b/aterm/Pkgfile index 6f00ee382..b4025e8e4 100644 --- a/aterm/Pkgfile +++ b/aterm/Pkgfile @@ -5,7 +5,7 @@ name=aterm version=1.0.0 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ $name-fake_root.patch $name-configure.patch) @@ -16,7 +16,7 @@ build () { cp autoconf/configure.in . autoconf autoheader - ./configure --prefix=/usr --enable-fake-root + ./configure --prefix=/usr --enable-fake-root --mandir=/usr/man make make DESTDIR=$PKG install } diff --git a/centericq/Pkgfile b/centericq/Pkgfile index 74364cbe7..f31483da7 100644 --- a/centericq/Pkgfile +++ b/centericq/Pkgfile @@ -6,7 +6,7 @@ name=centericq version=4.21.0 -release=1 +release=2 source=(http://thekonst.net/download/$name-$version.tar.bz2) build() { @@ -22,7 +22,7 @@ build() { cd .. done - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install diff --git a/lesstif/Pkgfile b/lesstif/Pkgfile index f2041dd0d..06b801ff8 100644 --- a/lesstif/Pkgfile +++ b/lesstif/Pkgfile @@ -6,7 +6,7 @@ name=lesstif version=0.95.0 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ $name-$version-xpm.patch) @@ -22,7 +22,8 @@ build () { --enable-nonstandard-conversions \ --enable-editres --with-xdnd \ --enable-build-21 --disable-debug \ - --enable-production + --enable-production \ + --mandir=/usr/man make mkdir -p $PKG/usr/{lib,X11R6/lib} diff --git a/ssmtp/Pkgfile b/ssmtp/Pkgfile index 9add1cf20..e37fce04c 100644 --- a/ssmtp/Pkgfile +++ b/ssmtp/Pkgfile @@ -5,7 +5,7 @@ name=ssmtp version=2.61 -release=4 +release=5 source=(http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}.orig.tar.gz \ http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}-7.diff.gz) @@ -15,6 +15,7 @@ build () { autoconf ./configure --prefix=/usr \ --sysconfdir=/etc \ + --mandir=/usr/man \ --enable-inet6 \ --enable-ssl \ --enable-md5auth diff --git a/windowmaker/Pkgfile b/windowmaker/Pkgfile index a8ea609cd..1b5bf8c1a 100644 --- a/windowmaker/Pkgfile +++ b/windowmaker/Pkgfile @@ -5,7 +5,7 @@ name=windowmaker version=0.92.0 -release=2 +release=3 source=(ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \ $name-$version-gcc4.patch) @@ -15,7 +15,7 @@ build() { aclocal autoconf automake -a - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/share/WindowMaker/{README*,menu.*,plmenu.*} \