diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-12 17:48:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-12 17:48:26 +0000 |
commit | 7bc80d6ec0100ab85b75ca5ca79d070446bea80b (patch) | |
tree | 8a06727ac006ebabd3004e9aba16f0ffabaf8ebb /games/gnarr | |
parent | 8e59eeb00d4d65c09318d382f68958111188a2cc (diff) | |
download | ports-7bc80d6ec0100ab85b75ca5ca79d070446bea80b.tar.gz ports-7bc80d6ec0100ab85b75ca5ca79d070446bea80b.zip |
Notes
Diffstat (limited to 'games/gnarr')
-rw-r--r-- | games/gnarr/files/patch-Makefile | 6 |
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: |