opnsense-ports/sysutils/geomWatch/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

13 lines
495 B
Text

--- Makefile.orig 2014-06-27 09:35:09.376925204 +0800
+++ Makefile 2014-06-27 09:35:32.058892336 +0800
@@ -51,8 +51,8 @@ geomWatch: ${FILES}
${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp
install:
- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
+ $(BSD_INSTALL_PROGRAM) geomWatch $(DESTDIR)${PREFIX}/sbin
+ $(BSD_INSTALL_DATA) -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
clean:
rm -f geomWatch