diff options
-rw-r--r-- | www/apache2/Makefile | 6 | ||||
-rw-r--r-- | www/apache22/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index f7dd73c58db..0e040a0e1fd 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.115 2007/07/04 20:55:03 jlam Exp $ +# $NetBSD: Makefile,v 1.116 2007/08/28 23:57:06 jnemeth Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ @@ -207,12 +207,10 @@ post-install: do \ ${AWK} ' \ /^Listen[ ]*80/ { \ - print; \ printf "%s", "Listen 0.0.0.0:80\n"; \ next; \ } \ /^Listen[ ]*443/ { \ - print; \ printf "%s", "Listen 0.0.0.0:443\n"; \ next; \ } \ diff --git a/www/apache22/Makefile b/www/apache22/Makefile index c21002914fb..e57ad70f320 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2007/07/04 20:55:03 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/08/28 23:56:26 jnemeth Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ @@ -232,12 +232,10 @@ post-install: do \ ${AWK} ' \ /^Listen[ ]*80/ { \ - print; \ printf "%s", "Listen 0.0.0.0:80\n"; \ next; \ } \ /^Listen[ ]*443/ { \ - print; \ printf "%s", "Listen 0.0.0.0:443\n"; \ next; \ } \ |