forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
699 B
Text
14 lines
699 B
Text
--- Makefile.orig 2002-10-10 03:43:16.000000000 +0800
|
|
+++ Makefile 2014-07-10 21:12:43.040252063 +0800
|
|
@@ -4,7 +4,7 @@
|
|
all: # Do nothing - this is a python script that needs no build
|
|
|
|
install:
|
|
- install -c -o root -g wheel -m 755 ./mailfmt ${PREFIX}/bin
|
|
- mkdir ${PREFIX}/share/doc/mailfmt
|
|
- install -c -o root -g wheel -m 644 ./mailfmt.1.gz ${PREFIX}/man/man1
|
|
- install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt
|
|
+ $(BSD_INSTALL_SCRIPT) ./mailfmt $(DESTDIR)${PREFIX}/bin
|
|
+# mkdir ${PREFIX}/share/doc/mailfmt
|
|
+ $(BSD_INSTALL_MAN) ./mailfmt.1.gz $(DESTDIR)${PREFIX}/man/man1
|
|
+# install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt
|