ports/sysutils/geomWatch/files/patch-Makefile
Vanilla I. Shu 037fc8aea4 Add missing patch.
Approved by:	portmgr@ (blanket approval)
2014-06-27 15:25:10 +00:00

14 lines
512 B
Plaintext

--- 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
+ install -s -o root -g wheel -m 755 geomWatch $(DESTDIR)${PREFIX}/sbin
+ install -o root -g wheel -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
clean:
rm -f geomWatch