mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
40ea588e83
- update master site - add WWW
13 lines
397 B
Plaintext
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/*
|