summaryrefslogtreecommitdiff
path: root/games/xmris
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-08 23:44:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-08 23:44:58 +0000
commit90312ebb962eb533ad511fd0e138e9d65f99fa4d (patch)
tree6288394ebd7428d06b0b39b770271090cb541016 /games/xmris
parentSome cosmetique changes after consulting with original author (diff)
Jean-Marc Zucconi's updates from October 6th.
Submitted by: jmz
Notes
Notes: svn path=/head/; revision=208
Diffstat (limited to 'games/xmris')
-rw-r--r--games/xmris/scripts/pre-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xmris/scripts/pre-configure b/games/xmris/scripts/pre-configure
index ba6bc097353d..bd262a3fc7bf 100644
--- a/games/xmris/scripts/pre-configure
+++ b/games/xmris/scripts/pre-configure
@@ -9,7 +9,7 @@ fi
mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
-echo "LOCAL=/usr/local" >${WRKSRC}/Imakefile || exit 1;
+echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
# remove extra space after \ in continuation lines
sed -e 's/\\ $/\\/' <${WRKSRC}/Imakefile.orig >>${WRKSRC}/Imakefile || exit 1