diff options
author | tnn <tnn> | 2008-02-03 13:24:22 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-03 13:24:22 +0000 |
commit | dc9c50544b337831d5f80e7eb778f0ef7e0034c7 (patch) | |
tree | 6532f96498e3b52216b459b335e87dfb990cf52f /www/apache/Makefile | |
parent | 13eefdf23fc678188771a4bbb087bb8a1a261459 (diff) | |
download | pkgsrc-dc9c50544b337831d5f80e7eb778f0ef7e0034c7.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'www/apache/Makefile')
-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 |