pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache2 Fix PLIST issue.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d0403369b6b
branches: trunk
changeset: 478011:0d0403369b6b
user: seb <seb%pkgsrc.org@localhost>
date: Wed Jul 14 14:36:48 2004 +0000
description:
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:
www/apache2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6321a7c5ee74 -r 0d0403369b6b www/apache2/Makefile
--- a/www/apache2/Makefile Wed Jul 14 13:44:36 2004 +0000
+++ b/www/apache2/Makefile Wed Jul 14 14:36:48 2004 +0000
@@ -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-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"
Home |
Main Index |
Thread Index |
Old Index