Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 15:25:10 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359551 - head/sysutils/geomWatch/files
Message-ID:  <201406271525.s5RFPA3D040370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271525.s5RFPA3D040370>