aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-09-11 21:29:43 +0800
committerdes <des@FreeBSD.org>2014-09-11 21:29:43 +0800
commit7e8c4bb011cb2043b374e9b191ccb1674d6e4d9b (patch)
treec71834c4ebff8a7e0a0f0ad5353c31bbd17ddd4d /www
parent4f7fd349e094f2cccd28588e108312b37712d9f8 (diff)
downloadfreebsd-ports-gnome-7e8c4bb011cb2043b374e9b191ccb1674d6e4d9b.tar.gz
freebsd-ports-gnome-7e8c4bb011cb2043b374e9b191ccb1674d6e4d9b.tar.zst
freebsd-ports-gnome-7e8c4bb011cb2043b374e9b191ccb1674d6e4d9b.zip
Do not touch httpd.conf during 'make stage'. We rely on bsd.apache.mk to
activate the module during make install or at package installation time. MFH: 2014Q3
Diffstat (limited to 'www')
-rw-r--r--www/mod_dnssd/Makefile2
-rw-r--r--www/mod_dnssd/files/patch-src__Makefile.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile
index 1565d260e5b9..6fe5e4bd7511 100644
--- a/www/mod_dnssd/Makefile
+++ b/www/mod_dnssd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mod_dnssd
PORTVERSION= 0.6
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= www
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
diff --git a/www/mod_dnssd/files/patch-src__Makefile.in b/www/mod_dnssd/files/patch-src__Makefile.in
index 527aad86f5ff..e73d544e4def 100644
--- a/www/mod_dnssd/files/patch-src__Makefile.in
+++ b/www/mod_dnssd/files/patch-src__Makefile.in
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig 2009-01-22 17:42:02.000000000 +0100
-+++ src/Makefile.in 2014-07-25 15:51:40.137601137 +0200
+--- src/Makefile.in.orig
++++ src/Makefile.in
@@ -15,9 +15,10 @@
# permissions and limitations under the License.
@@ -18,7 +18,7 @@
install: all
- $(APXS) -i -a mod_dnssd.la
-+ $(APXS) $(APXS_STAGE) -i -a mod_dnssd.la
++ $(APXS) $(APXS_STAGE) -i mod_dnssd.la
clean:
rm -rf *.o *.so *.loT .deps/ *.la *.lo *.slo .libs/