aboutsummaryrefslogtreecommitdiff
path: root/games/gnarr
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-12 17:48:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-12 17:48:26 +0000
commit7bc80d6ec0100ab85b75ca5ca79d070446bea80b (patch)
tree8a06727ac006ebabd3004e9aba16f0ffabaf8ebb /games/gnarr
parent8e59eeb00d4d65c09318d382f68958111188a2cc (diff)
downloadports-7bc80d6ec0100ab85b75ca5ca79d070446bea80b.tar.gz
ports-7bc80d6ec0100ab85b75ca5ca79d070446bea80b.zip
Notes
Diffstat (limited to 'games/gnarr')
-rw-r--r--games/gnarr/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnarr/files/patch-Makefile b/games/gnarr/files/patch-Makefile
index c34d2f50a85c..9c5b43f163f1 100644
--- a/games/gnarr/files/patch-Makefile
+++ b/games/gnarr/files/patch-Makefile
@@ -11,11 +11,11 @@
- ${MKDIR} ${MAN6DIR}
- ${INSTALL_DATA} gnarr.6 ${MAN6DIR}
+ ${MKDIR} $(DESTDIR)${BINDIR}
-+ ${INSTALL_PROGRAM} gnarr $(DESTDIR)${BINDIR}
++ ${BSD_INSTALL_SCRIPT} gnarr $(DESTDIR)${BINDIR}
+ ${MKDIR} $(DESTDIR)${ETCDIR}
-+ ${INSTALL_DATA} etc/gnarr/* $(DESTDIR)${ETCDIR}
++ ${BSD_INSTALL_DATA} etc/gnarr/* $(DESTDIR)${ETCDIR}
+ ${MKDIR} $(DESTDIR)${MAN6DIR}
-+ ${INSTALL_DATA} gnarr.6 $(DESTDIR)${MAN6DIR}
++ ${BSD_INSTALL_DATA} gnarr.6 $(DESTDIR)${MAN6DIR}
clean: