mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
13 lines
495 B
Text
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
|