diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 19:57:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 19:57:15 +0000 |
commit | 0e85a47504d9af964946fa443228bdbcada3c520 (patch) | |
tree | 895d2800d0066f254b83ebda95b2dc9f162a8216 /misc/rtfm | |
parent | 4faeb89dad92933a1cf5e282ebc4b65d529adff5 (diff) |
Notes
Diffstat (limited to 'misc/rtfm')
-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 |