diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-03 13:24:22 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-03 13:24:22 +0000 |
commit | 011ab3dcff2b784581d8f5c022ee4b6c538d3e97 (patch) | |
tree | 6532f96498e3b52216b459b335e87dfb990cf52f /www/apache | |
parent | b1fb85fc63cbbd7a5e4c5594052f4ffff4ba2038 (diff) | |
download | pkgsrc-011ab3dcff2b784581d8f5c022ee4b6c538d3e97.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 0f5b0c8912d..a170273e9a2 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.193 2008/01/20 04:06:03 reed Exp $ +# $NetBSD: Makefile,v 1.194 2008/02/03 13:24:22 tnn Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --enable-module=most \ --disable-module=auth_dbm CONFIGURE_ARGS+= --enable-rule=EAPI \ --disable-module=ssl +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --without-confadjust CONFIGURE_ARGS+= --with-perl=${PERL5:Q} CONFIGURE_ARGS+= --with-port=80 |