From 56185d034595c123a09ced3cc46624803dda01b6 Mon Sep 17 00:00:00 2001 From: vanilla Date: Fri, 27 Jun 2014 15:25:10 +0000 Subject: Add missing patch. Approved by: portmgr@ (blanket approval) --- sysutils/geomWatch/files/patch-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/geomWatch/files/patch-Makefile (limited to 'sysutils') diff --git a/sysutils/geomWatch/files/patch-Makefile b/sysutils/geomWatch/files/patch-Makefile new file mode 100644 index 000000000000..11f904c05e1e --- /dev/null +++ b/sysutils/geomWatch/files/patch-Makefile @@ -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 -- cgit