Date: Sat, 16 Nov 2013 01:21:57 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333960 - head/games/xtruco Message-ID: <201311160121.rAG1LvGf069757@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Nov 16 01:21:57 2013 New Revision: 333960 URL: http://svnweb.freebsd.org/changeset/ports/333960 Log: - Add stage support Modified: head/games/xtruco/Makefile Modified: head/games/xtruco/Makefile ============================================================================== --- head/games/xtruco/Makefile Sat Nov 16 01:17:20 2013 (r333959) +++ head/games/xtruco/Makefile Sat Nov 16 01:21:57 2013 (r333960) @@ -15,8 +15,7 @@ COMMENT= Simple version for X Window of USE_XORG= x11 PLIST_FILES= bin/xtruco -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160121.rAG1LvGf069757>