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
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
}

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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.*} \