aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 19:57:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 19:57:15 +0000
commit0e85a47504d9af964946fa443228bdbcada3c520 (patch)
tree895d2800d0066f254b83ebda95b2dc9f162a8216 /misc
parent4faeb89dad92933a1cf5e282ebc4b65d529adff5 (diff)
downloadports-0e85a47504d9af964946fa443228bdbcada3c520.tar.gz
ports-0e85a47504d9af964946fa443228bdbcada3c520.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/rtfm/files/patch-Makefile4
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