opnsense-ports/sysutils/cdbkup/files/patch-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

17 lines
505 B
Text

--- Makefile.in.orig Wed Mar 24 10:40:13 2004
+++ Makefile.in Wed Mar 24 10:41:02 2004
@@ -19,12 +19,14 @@
(echo "-> Entering $$x"; cd $$x ;\
make $@ );\
done
+.if !defined(NOPORTDOCS)
@echo "-> Creating dirs & installing misc documentation."
$(INSTALL) -d -o $(DUMPER) -g $(DUMPGRP) -m 700 $(SNARDIR)
$(INSTALL) -d -m 755 $(DOCDIR)
$(INSTALL) -m 644 README $(DOCDIR)
$(INSTALL) -m 644 TODO $(DOCDIR)
$(INSTALL) -m 644 COMPLIANCE $(DOCDIR)
+.endif
@echo "-> All done."
uninstall: