aboutsummaryrefslogtreecommitdiff
path: root/games/rt2-demo
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2006-08-12 15:16:47 +0000
committerStefan Eßer <se@FreeBSD.org>2006-08-12 15:16:47 +0000
commitd028c5bc432aa73157ccc9de91023b9ea3c5a0f8 (patch)
tree68ca13a68f3c30d965f4c50522b29899916032d8 /games/rt2-demo
parente309a114ea4106459515f19abda536e4f982875e (diff)
downloadports-d028c5bc432aa73157ccc9de91023b9ea3c5a0f8.tar.gz
ports-d028c5bc432aa73157ccc9de91023b9ea3c5a0f8.zip
Install to /... instead of to /...
Notes
Notes: svn path=/head/; revision=170414
Diffstat (limited to 'games/rt2-demo')
-rw-r--r--games/rt2-demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rt2-demo/Makefile b/games/rt2-demo/Makefile
index 0f0b3534709f..9a1b51b0fc46 100644
--- a/games/rt2-demo/Makefile
+++ b/games/rt2-demo/Makefile
@@ -22,6 +22,6 @@ NO_BUILD= yes
USE_LINUX= yes
do-install:
- @${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR}
+ @${SH} ${FILESDIR}/do-install ${TARGETDIR} ${DISTDIR}
.include <bsd.port.mk>