summaryrefslogtreecommitdiffstats
path: root/games/wesnoth
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-31 04:11:31 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-31 04:11:31 +0800
commit7ea3103dd419f956822c944a60b5d43c8907ad35 (patch)
treea6c2ad943a35209fba019e188ae8b8b1cbd4a48b /games/wesnoth
parent8cd6a626bec5a04173a965c81268216d4e7af50d (diff)
downloadmarcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar
marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.gz
marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.bz2
marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.lz
marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.xz
marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.zst
marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.zip
Sync w/ FreeBSD ports and while I am here, fix wesnoth.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9279 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 1b591b3e0..053c18cd0 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wesnoth
PORTVERSION= 1.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
@@ -112,4 +112,8 @@ pre-everything::
@${ECHO_MSG} "WITH_TOOLS=yes to enable compilation of tools for translators and artists."
.endif
+post-configure:
+ @${REINPLACE_CMD} -e 's|[$$][{]datarootdir[}]/icons|${LOCALBASE}/share/pixmaps|' \
+ ${WRKSRC}/icons/Makefile
+
.include <bsd.port.post.mk>