1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/wipe/files/patch-Makefile.in
Pav Lucistnik 754beeab76 Wipe is a file and block device wiping utility
PR:		ports/77108
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>,
		Mark Laws <mdl@60hz.org>
2005-03-05 16:04:44 +00:00

17 lines
484 B
Plaintext

--- Makefile.in.orig Sat Aug 30 18:18:03 2003
+++ Makefile.in Sat Mar 5 00:24:22 2005
@@ -60,13 +60,6 @@
$(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_home: $(BIN_OUT)
strip $(BIN_OUT)