diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-15 05:14:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-15 05:14:43 +0800 |
commit | ba47ec9ce73d22886b94b44a49bc732b0d031974 (patch) | |
tree | 4eba388cdc02b9446a57dde7ceb5c738222ee4c1 /sysutils/geomWatch | |
parent | f8c6027c53e28e186d2ea6c1a6e301cc3ac5b413 (diff) | |
download | freebsd-ports-gnome-ba47ec9ce73d22886b94b44a49bc732b0d031974.tar.gz freebsd-ports-gnome-ba47ec9ce73d22886b94b44a49bc732b0d031974.tar.zst freebsd-ports-gnome-ba47ec9ce73d22886b94b44a49bc732b0d031974.zip |
Allow staging as a regular user
Diffstat (limited to 'sysutils/geomWatch')
-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 |