diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-20 22:09:36 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-20 22:09:36 +0000 |
commit | b720775f4c8384a513fd25c383c5d0b9a5127312 (patch) | |
tree | 142555620fedbed4b32d76630662be6f6517475f /games/wesnoth/Makefile | |
parent | 0eea0827d13007b0c8805179450b5f5eae71e22f (diff) | |
download | ports-b720775f4c8384a513fd25c383c5d0b9a5127312.tar.gz ports-b720775f4c8384a513fd25c383c5d0b9a5127312.zip |
Notes
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 4648fa49bfc1..b872566f35d5 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 0.8.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ @@ -121,7 +122,7 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/gnome/apps/Games|g ; \ + @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/gnome/applications|g ; \ s|[$$][(]datadir[)]/icons|${X11BASE}/share/gnome/pixmaps|g' \ ${WRKSRC}/icons/Makefile.in |