summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorseb <seb>2004-07-14 14:36:48 +0000
committerseb <seb>2004-07-14 14:36:48 +0000
commite5412a6cfed0810b377ce4a55608856be8b3e8d8 (patch)
tree23ba3e3769897e7377b12547b1c229c435737e08 /www/apache2
parent28aaa195d4b68b0eb33e226e61b3281119898f2e (diff)
downloadpkgsrc-e5412a6cfed0810b377ce4a55608856be8b3e8d8.tar.gz
Fix PLIST issue.
As soon as PLIST_SRC is defined the "default" PLIST files are not added to PLIST_SRC. So 'PLIST' has to be explicitly listed in the APACHE_DEFAULT_FILES == "yes" case.
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 84159bef979..ad5e4338240 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/07/14 13:21:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.40 2004/07/14 14:36:48 seb Exp $
PKGNAME= apache-${APACHE_VERSION}
CATEGORIES= www
@@ -50,7 +50,7 @@ INSTALL_TARGET=install install-error install-other install-include \
install-suexec install-man install-build
.else
APACHE_DEFAULT_FILES?= YES
-PLIST_SRC+= ${PKGDIR}/PLIST.deffiles
+PLIST_SRC+= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.deffiles
.endif
.include "../../mk/bsd.prefs.mk"