aboutsummaryrefslogtreecommitdiff
path: root/games/angband
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-04-12 07:45:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-04-12 07:45:17 +0000
commitbf5aa5685234e77e7ae6394e1fb58349e5141363 (patch)
treeebf92339eac259c0e9bb7985244aa5021592ede0 /games/angband
parent7d4d74391f8d53b2bfac1fc6d3148a3b8a6348d9 (diff)
downloadports-bf5aa5685234e77e7ae6394e1fb58349e5141363.tar.gz
ports-bf5aa5685234e77e7ae6394e1fb58349e5141363.zip
- Fix install path on 9.X
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=272586
Diffstat (limited to 'games/angband')
-rw-r--r--games/angband/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
index df29b11e7b88..6d569d489d1d 100644
--- a/games/angband/Makefile
+++ b/games/angband/Makefile
@@ -37,7 +37,7 @@ pre-fetch:
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers ||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers ||; s|/games$$|/bin|' ${WRKSRC}/configure
post-install:
@${CAT} ${PKGMESSAGE}