diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-14 21:14:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-14 21:14:43 +0000 |
commit | e85fc8c92b715f0ec0cbbfd1b80f5dbfc50dc73a (patch) | |
tree | 4eba388cdc02b9446a57dde7ceb5c738222ee4c1 /sysutils/geomWatch/files | |
parent | bfa7f888ee4797da826bd32c078bd29ed5ab8d45 (diff) |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=368229
Diffstat (limited to 'sysutils/geomWatch/files')
-rw-r--r-- | sysutils/geomWatch/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/geomWatch/files/patch-Makefile b/sysutils/geomWatch/files/patch-Makefile index 11f904c05e1e..be85e79d4093 100644 --- a/sysutils/geomWatch/files/patch-Makefile +++ b/sysutils/geomWatch/files/patch-Makefile @@ -6,8 +6,8 @@ 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 ++ $(BSD_INSTALL_PROGRAM) geomWatch $(DESTDIR)${PREFIX}/sbin ++ $(BSD_INSTALL_DATA) -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc clean: rm -f geomWatch |