opnsense-ports/security/expiretable/files/patch-Makefile
Franco Fichtner 7c58d15d29 security/expiretable: sync with upstream
Taken from: HardenedBSD
2021-05-19 09:57:21 +02:00

13 lines
384 B
Text

--- Makefile.orig 2006-01-11 13:09:05 UTC
+++ Makefile
@@ -21,8 +21,8 @@ MAN=expiretable.1
all: ${TARGET}
install: ${TARGET}
- ${INSTALL} -g bin -o root -m 755 ${TARGET} ${INSTALL_BIN}
- ${INSTALL} -g bin -o root -m 644 ${MAN} ${INSTALL_MAN}
+ ${INSTALL} -s -m 755 ${TARGET} ${DESTDIR}${INSTALL_BIN}
+ ${INSTALL} -m 644 ${MAN} ${DESTDIR}${INSTALL_MAN}
clean:
rm -f ${TARGET}