mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
adcc03d0cc
- Add LICENSE - Remove 'Author' entry from pkg-descr - Install manpage by the native Makefile - Switch to PLIST_FILES - Give maintainership to submitter PR: ports/174820 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
18 lines
545 B
Plaintext
18 lines
545 B
Plaintext
--- Makefile.in.orig Sat Aug 30 18:18:03 2003
|
|
+++ Makefile.in Sat Mar 5 00:24:22 2005
|
|
@@ -60,13 +60,7 @@
|
|
$(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)
|