opnsense-ports/sysutils/policykit/files/patch-data_Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
988 B
Text

--- data/Makefile.in.orig 2008-01-07 23:51:57.000000000 -0500
+++ data/Makefile.in 2008-01-07 23:52:15.000000000 -0500
@@ -305,14 +305,14 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
install-confDATA: $(conf_DATA)
- @$(NORMAL_INSTALL)
- test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)"
- @list='$(conf_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
- $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
- done
+# @$(NORMAL_INSTALL)
+# test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)"
+# @list='$(conf_DATA)'; for p in $$list; do \
+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+# f=$(am__strip_dir) \
+# echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
+# $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
+# done
uninstall-confDATA:
@$(NORMAL_UNINSTALL)