autoconf et al: got rid of the autoconf mandir patch, as it certainly wasn't a bug in autoconf. added the necessary --mandir configure switch to all ports that regenerate configure

This commit is contained in:
Tilman Sauerbeck 2006-08-21 16:59:58 +00:00
parent 364b488f76
commit ca77e8341b
5 changed files with 11 additions and 9 deletions

View File

@ -5,7 +5,7 @@
name=aterm name=aterm
version=1.0.0 version=1.0.0
release=1 release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
$name-fake_root.patch $name-configure.patch) $name-fake_root.patch $name-configure.patch)
@ -16,7 +16,7 @@ build () {
cp autoconf/configure.in . cp autoconf/configure.in .
autoconf autoconf
autoheader autoheader
./configure --prefix=/usr --enable-fake-root ./configure --prefix=/usr --enable-fake-root --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -6,7 +6,7 @@
name=centericq name=centericq
version=4.21.0 version=4.21.0
release=1 release=2
source=(http://thekonst.net/download/$name-$version.tar.bz2) source=(http://thekonst.net/download/$name-$version.tar.bz2)
build() { build() {
@ -22,7 +22,7 @@ build() {
cd .. cd ..
done done
./configure --prefix=/usr --disable-nls ./configure --prefix=/usr --disable-nls --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install

View File

@ -6,7 +6,7 @@
name=lesstif name=lesstif
version=0.95.0 version=0.95.0
release=1 release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
$name-$version-xpm.patch) $name-$version-xpm.patch)
@ -22,7 +22,8 @@ build () {
--enable-nonstandard-conversions \ --enable-nonstandard-conversions \
--enable-editres --with-xdnd \ --enable-editres --with-xdnd \
--enable-build-21 --disable-debug \ --enable-build-21 --disable-debug \
--enable-production --enable-production \
--mandir=/usr/man
make make
mkdir -p $PKG/usr/{lib,X11R6/lib} mkdir -p $PKG/usr/{lib,X11R6/lib}

View File

@ -5,7 +5,7 @@
name=ssmtp name=ssmtp
version=2.61 version=2.61
release=4 release=5
source=(http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}.orig.tar.gz \ 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) http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}-7.diff.gz)
@ -15,6 +15,7 @@ build () {
autoconf autoconf
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/man \
--enable-inet6 \ --enable-inet6 \
--enable-ssl \ --enable-ssl \
--enable-md5auth --enable-md5auth

View File

@ -5,7 +5,7 @@
name=windowmaker name=windowmaker
version=0.92.0 version=0.92.0
release=2 release=3
source=(ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \ source=(ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \
$name-$version-gcc4.patch) $name-$version-gcc4.patch)
@ -15,7 +15,7 @@ build() {
aclocal aclocal
autoconf autoconf
automake -a automake -a
./configure --prefix=/usr ./configure --prefix=/usr --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/share/WindowMaker/{README*,menu.*,plmenu.*} \ rm -rf $PKG/usr/share/WindowMaker/{README*,menu.*,plmenu.*} \