aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-13 01:48:26 +0800
committerantoine <antoine@FreeBSD.org>2014-09-13 01:48:26 +0800
commit2eda9736178e3b4d4d2f6bbd83043791b0b83dbf (patch)
tree8a06727ac006ebabd3004e9aba16f0ffabaf8ebb
parentee3cf404d6389a1e390319aaf30d8ba8a5c58ee3 (diff)
downloadfreebsd-ports-gnome-2eda9736178e3b4d4d2f6bbd83043791b0b83dbf.tar.gz
freebsd-ports-gnome-2eda9736178e3b4d4d2f6bbd83043791b0b83dbf.tar.zst
freebsd-ports-gnome-2eda9736178e3b4d4d2f6bbd83043791b0b83dbf.zip
Allow staging as a regular user
-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: