From 253fc96e65862b6e1f0b6d50ab9156e6e6e1ab5f Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 12 Apr 2011 07:45:17 +0000 Subject: - Fix install path on 9.X Reported by: pointyhat --- games/angband/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit