aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-04-12 15:45:17 +0800
committerpav <pav@FreeBSD.org>2011-04-12 15:45:17 +0800
commit253fc96e65862b6e1f0b6d50ab9156e6e6e1ab5f (patch)
tree9e0ebf985d3c60b89ce977051d7a413a1256f51b
parenteac86a918c563cf2af32718263edb8295c36df24 (diff)
downloadfreebsd-ports-gnome-253fc96e65862b6e1f0b6d50ab9156e6e6e1ab5f.tar.gz
freebsd-ports-gnome-253fc96e65862b6e1f0b6d50ab9156e6e6e1ab5f.tar.zst
freebsd-ports-gnome-253fc96e65862b6e1f0b6d50ab9156e6e6e1ab5f.zip
- Fix install path on 9.X
Reported by: pointyhat
-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}