Date: Fri, 12 Sep 2014 17:48:26 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368053 - head/games/gnarr/files Message-ID: <201409121748.s8CHmQ3f066478@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 12 17:48:26 2014 New Revision: 368053 URL: http://svnweb.freebsd.org/changeset/ports/368053 QAT: https://qat.redports.org/buildarchive/r368053/ Log: Allow staging as a regular user Modified: head/games/gnarr/files/patch-Makefile Modified: head/games/gnarr/files/patch-Makefile ============================================================================== --- head/games/gnarr/files/patch-Makefile Fri Sep 12 17:39:03 2014 (r368052) +++ head/games/gnarr/files/patch-Makefile Fri Sep 12 17:48:26 2014 (r368053) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121748.s8CHmQ3f066478>