diff options
author | pav <pav@FreeBSD.org> | 2011-04-12 15:45:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-04-12 15:45:17 +0800 |
commit | 253fc96e65862b6e1f0b6d50ab9156e6e6e1ab5f (patch) | |
tree | 9e0ebf985d3c60b89ce977051d7a413a1256f51b | |
parent | eac86a918c563cf2af32718263edb8295c36df24 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |