diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 03:57:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 03:57:15 +0800 |
commit | b4281a3d58e8a9ae1805495bb1be6a367b770a86 (patch) | |
tree | 895d2800d0066f254b83ebda95b2dc9f162a8216 /misc | |
parent | 03647a93694c0899e5c9da12fb690d20ab80d0fa (diff) | |
download | freebsd-ports-gnome-b4281a3d58e8a9ae1805495bb1be6a367b770a86.tar.gz freebsd-ports-gnome-b4281a3d58e8a9ae1805495bb1be6a367b770a86.tar.zst freebsd-ports-gnome-b4281a3d58e8a9ae1805495bb1be6a367b770a86.zip |
Allow staging as a regular user
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rtfm/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rtfm/files/patch-Makefile b/misc/rtfm/files/patch-Makefile index 0f7f1a679f6a..8179f67feff7 100644 --- a/misc/rtfm/files/patch-Makefile +++ b/misc/rtfm/files/patch-Makefile @@ -6,8 +6,8 @@ install: rtfm - install -c -s -o root -g wheel -m 0755 rtfm /usr/local/bin - install -c -o root -g wheel -m 0644 rtfm.1 ${PREFIX}/man/man1 -+ install -c -s -o root -g wheel -m 0755 rtfm $(DESTDIR)${PREFIX}/bin -+ install -c -o root -g wheel -m 0644 rtfm.1 $(DESTDIR)${PREFIX}/man/man1 ++ $(BSD_INSTALL_PROGRAM) rtfm $(DESTDIR)${PREFIX}/bin ++ $(BSD_INSTALL_MAN) rtfm.1 $(DESTDIR)${PREFIX}/man/man1 clean: rm -f rtfm |