pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache Honour PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ca18b18dc79
branches:  trunk
changeset: 538256:4ca18b18dc79
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Feb 03 13:24:22 2008 +0000

description:
Honour PKGMANDIR.

diffstat:

 www/apache/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c7e84cce0c10 -r 4ca18b18dc79 www/apache/Makefile
--- a/www/apache/Makefile       Sun Feb 03 13:01:11 2008 +0000
+++ b/www/apache/Makefile       Sun Feb 03 13:24:22 2008 +0000
@@ -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 @@
                        --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



Home | Main Index | Thread Index | Old Index