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
This commit is contained in:
Dag-Erling Smørgrav 2014-09-11 13:29:43 +00:00
parent dc966d0451
commit 855a196489
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367929
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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/