freebsd-ports/sysutils/cdbkup/files/patch-Makefile.in
Pav Lucistnik 783ff30c63 Add cdbkup, perl utility to do tar based backups to CD-R.
PR:		ports/64651
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-02 07:21:51 +00: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: