opnsense-ports/sysutils/abck/files/patch-Makefile
Franco Fichtner f5acf72395 */*: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:17:44 +01:00

12 lines
505 B
Text

--- Makefile.orig 2002-09-04 21:55:45 UTC
+++ Makefile
@@ -4,7 +4,5 @@
all: # Do nothing - this is a python script that needs no build
install:
- install -c -o root -g wheel -m 700 ./abck ${PREFIX}/bin
- mkdir ${PREFIX}/share/doc/abck
- install -c -o root -g wheel -m 644 ./abck.1.gz ${PREFIX}/man/man1
- install -c -o root -g wheel -m 644 ./abck-License.txt ${PREFIX}/share/doc/abck
+ ${BSD_INSTALL_SCRIPT} ./abck ${DESTDIR}${PREFIX}/bin
+ ${BSD_INSTALL_MAN} ./abck.1.gz ${DESTDIR}${PREFIX}/man/man1