opnsense-ports/misc/sssnips/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
590 B
Text

--- ./Makefile.orig 2014-01-18 00:23:54.000000000 -0200
+++ ./Makefile 2014-01-18 00:24:44.000000000 -0200
@@ -72,9 +72,9 @@
COPY?= -c
STRIP?= -s
-INSTALL_PROGRAM?= ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
-INSTALL_SCRIPT?= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
-INSTALL_DATA?= ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}
+INSTALL_PROGRAM?= ${INSTALL} ${COPY} ${STRIP} -m ${BINMODE}
+INSTALL_SCRIPT?= ${INSTALL} ${COPY} -m ${BINMODE}
+INSTALL_DATA?= ${INSTALL} ${COPY} -m ${SHAREMODE}
all: ${SCRIPTS} ${MAN1}