summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
commit67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /www/apache
parent48b36d105551f382acace5619771b16410f290ce (diff)
downloadpkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 79cf116cc78..a9080e28ab3 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2005/12/15 12:57:29 tron Exp $
+# $NetBSD: Makefile,v 1.177 2005/12/29 06:22:21 jlam 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).
@@ -33,7 +33,6 @@ EXTRACT_ONLY= ${DISTFILES:N*.gif}
# a dlopen()ed apache module that's written in C++ will have static
# objects constructed properly.
USE_LANGUAGES= c c++
-USE_PKGINSTALL= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --with-layout="${WRKDIR}/config.layout:pkgsrc"
CONFIGURE_ARGS+= --enable-module=most \