1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/mod_cband/files/patch-Makefile.in
Olli Hauer 40ea588e83 - add stage support
- update master site
- add WWW
2014-05-30 20:45:07 +00:00

13 lines
397 B
Plaintext

--- ./Makefile.in.orig 2013-12-15 19:48:51.000000000 +0100
+++ ./Makefile.in 2013-12-15 19:49:40.000000000 +0100
@@ -33,7 +33,8 @@
@echo
install: $(OBJ)
- $(APXS) $(APXS_OPTS) -i -a -n cband src/mod_cband.la
+ /bin/mkdir -p $(DESTDIR)$$($(APXS) -q LIBEXECDIR)
+ $(APXS) $(APXS_OPTS) -i -S LIBEXECDIR=$(DESTDIR)$$($(APXS) -q LIBEXECDIR) -n cband src/mod_cband.la
clean:
rm -f src/.libs/*