aboutsummaryrefslogtreecommitdiff
path: root/www/mod_dnssd
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-09-11 13:29:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-09-11 13:29:43 +0000
commit855a19648927a2b108f1fbfcc6fc4a575cd00431 (patch)
treec71834c4ebff8a7e0a0f0ad5353c31bbd17ddd4d /www/mod_dnssd
parentdc966d04519ec5ab60003203ac6203e89a56428c (diff)
downloadports-855a19648927a2b108f1fbfcc6fc4a575cd00431.tar.gz
ports-855a19648927a2b108f1fbfcc6fc4a575cd00431.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
Notes
Notes: svn path=/head/; revision=367929
Diffstat (limited to 'www/mod_dnssd')
-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/