ports/security/wipe/files/patch-Makefile.in
Dmitry Marakasov 705c944592 - Clarify LICENSE
- Don't install unneeded docs
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-12 14:09:35 +00:00

17 lines
526 B
Text

--- Makefile.in.orig 2009-11-01 21:11:30 UTC
+++ Makefile.in
@@ -60,13 +60,7 @@ install: $(BIN_OUT)
$(INSTALL_BIN) -d $(bindir)
$(INSTALL_BIN) -s $(BIN_OUT) $(bindir)
$(INSTALL) -d $(mandir)/man1
- $(INSTALL) -o root -m 0644 wipe.1 $(mandir)/man1/
- rm -rf $(datadir)/doc/wipe*
- $(INSTALL) -d $(datadir)/doc/wipe
-
- for file in $(DOCS); do \
- $(INSTALL) -o root -m 0644 $$file $(datadir)/doc/wipe/; \
- done
+ $(INSTALL) -o root -g wheel -m 0444 wipe.1 $(mandir)/man1/
install_home: $(BIN_OUT)
strip $(BIN_OUT)