mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
1a36a781f4
- IPv6 always compiled in (drop IPV6 option) - megatec and megatec_usb drivers replaced by blazer_ser and blazer_usb. - liebertgxt2 renamed to liebert-esp2 - s/PREFIX/LOCALBASE/ for gd includes/libs (grrr!) - add OPTIONal bash completion PR: 152866 [1], 157925 [2], Submitted by: John Bayly <freebsd.ports@tipstrade.net> [1], lev@ [2]
21 lines
954 B
Plaintext
21 lines
954 B
Plaintext
--- ./data/html/Makefile.in.orig 2011-05-22 13:48:44.069749930 +0300
|
|
+++ ./data/html/Makefile.in 2011-05-22 13:49:55.668124441 +0300
|
|
@@ -299,7 +299,7 @@
|
|
-rm -rf .libs _libs
|
|
install-dist_htmlDATA: $(dist_html_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
|
|
+ test -z "$(dist_html_DATA)" -o -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
|
|
@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
@@ -319,7 +319,7 @@
|
|
cd "$(DESTDIR)$(htmldir)" && rm -f $$files
|
|
install-nodist_htmlDATA: $(nodist_html_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
|
|
+ test -z "$(nodist_html_DATA)" -o -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
|
|
@list='$(nodist_html_DATA)'; test -n "$(htmldir)" || list=; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|