summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorseb <seb>2004-07-14 14:36:48 +0000
committerseb <seb>2004-07-14 14:36:48 +0000
commit2b724063806a92c05cd5284028237ed3aa378bd8 (patch)
tree23ba3e3769897e7377b12547b1c229c435737e08 /www
parentba1408f6a0db9020bf1257428f6bd9b595467fba (diff)
downloadpkgsrc-2b724063806a92c05cd5284028237ed3aa378bd8.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')
-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"