From 0e85a47504d9af964946fa443228bdbcada3c520 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 7 Sep 2014 19:57:15 +0000 Subject: Allow staging as a regular user --- misc/rtfm/files/patch-Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') 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 -- cgit v1.2.3