pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache2 Classes must be appended to SUBST_CLASSES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/656b369eed86
branches:  trunk
changeset: 485356:656b369eed86
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Dec 07 22:25:50 2004 +0000

description:
Classes must be appended to SUBST_CLASSES.

diffstat:

 www/apache2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r fc10e95168e9 -r 656b369eed86 www/apache2/Makefile
--- a/www/apache2/Makefile      Tue Dec 07 22:16:20 2004 +0000
+++ b/www/apache2/Makefile      Tue Dec 07 22:25:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2004/11/30 23:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2004/12/07 22:25:50 seb Exp $
 
 .include "Makefile.common"
 
@@ -87,13 +87,13 @@
 OWN_DIRS_PERMS+=       ${VARBASE}/db/httpd/proxy ${APACHE_USER} ${APACHE_GROUP} 0755
 FIX_PERMS=             apachectl apxs dbmmanage envvars-std
 
-SUBST_CLASSES=         paths
+SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     config.layout   
 SUBST_SED.paths=       -e "s|@PREFIX@|${PREFIX}|g"
 SUBST_MESSAGE.paths=   "Fixing paths."
 
-SUBST_CLASSES=         apr-lt
+SUBST_CLASSES+=                apr-lt
 SUBST_STAGE.apr-lt=    post-configure
 SUBST_FILES.apr-lt=    build/config_vars.mk
 SUBST_SED.apr-lt=      -e "s|^\(LIBTOOL =\) [^ ]*|\1 \$$(SHELL) \$$(top_builddir)/libtool|g"



Home | Main Index | Thread Index | Old Index