svn commit: r359551 - head/sysutils/geomWatch/files
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jun 27 15:25:11 UTC 2014
Author: vanilla
Date: Fri Jun 27 15:25:10 2014
New Revision: 359551
URL: http://svnweb.freebsd.org/changeset/ports/359551
QAT: https://qat.redports.org/buildarchive/r359551/
Log:
Add missing patch.
Approved by: portmgr@ (blanket approval)
Added:
head/sysutils/geomWatch/files/patch-Makefile (contents, props changed)
Added: head/sysutils/geomWatch/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/geomWatch/files/patch-Makefile Fri Jun 27 15:25:10 2014 (r359551)
@@ -0,0 +1,13 @@
+--- 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
More information about the svn-ports-all
mailing list