summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authorgrant <grant>2003-04-15 01:39:15 +0000
committergrant <grant>2003-04-15 01:39:15 +0000
commit9ad8c80cf17a0b4504a37e64da25edc62c70386a (patch)
tree24135cc2c6ce1d16ca8ec98ab9cd6fa251150d0f /www/apache6
parentee93ffaec121afb0343df2f0ece03ef39279a9f7 (diff)
downloadpkgsrc-9ad8c80cf17a0b4504a37e64da25edc62c70386a.tar.gz
be quiet in all targets except post-install.
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 37ccbd8feb2..ae710e16a50 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2003/03/14 19:38:00 jlam Exp $
+# $NetBSD: Makefile,v 1.70 2003/04/15 01:39:15 grant Exp $
#
# This package does not compile in mod_ssl support hooks, as it conflicts
# with IPv6-enable patch.
@@ -148,15 +148,15 @@ OWN_DIRS+= /var/httpd
OWN_DIRS+= /var/log/httpd
pre-patch:
- ${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
+ @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
post-patch:
- cd ${WRKSRC}/src/support; \
+ @cd ${WRKSRC}/src/support; \
${SED} -e "s|@INSTALL@|"`${TYPE} ${INSTALL} | ${AWK} '{ print $$NF }'`" -c -o ${LIBOWN} -g ${LIBGRP}|" \
apxs.pl > apxs.pl.sed; \
${MV} apxs.pl.sed apxs.pl
- cp ${WRKSRC}/conf/httpd.conf-dist ${WRKSRC}/conf/httpd.conf-dist-
- ${SED} -e "s|#Listen ::|Listen ::|" \
+ @cp ${WRKSRC}/conf/httpd.conf-dist ${WRKSRC}/conf/httpd.conf-dist-
+ @${SED} -e "s|#Listen ::|Listen ::|" \
-e "s|#Listen 0.0.0.0|Listen 0.0.0.0|" \
${WRKSRC}/conf/httpd.conf-dist- \
> ${WRKSRC}/conf/httpd.conf-dist
@@ -166,7 +166,7 @@ pre-configure:
${FILESDIR}/config.layout > ${WRKDIR}/config.layout
pre-install:
- ${FIND} ${WRKSRC}/htdocs -name '*.orig' -print | ${XARGS} ${RM} -f
+ @${FIND} ${WRKSRC}/htdocs -name '*.orig' -print | ${XARGS} ${RM} -f
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/httpd