diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 11:24:08 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 11:24:08 +0800 |
commit | 4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e (patch) | |
tree | ae874f3978b24af4741bd1112c95b569e14547cc /games | |
parent | b689215fc784bab19bba015cfd51a38bfdaa86f7 (diff) | |
download | marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.tar marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.tar.gz marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.tar.bz2 marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.tar.lz marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.tar.xz marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.tar.zst marcuscom-ports-4e2be20c78c4d1b4b73f69da0f3dd1bfc1a4212e.zip |
It looks like Wesnoth 1.2 final won't be out before the freeze, so get this
to chase GNOME's new home in LOCALBASE for now. When 1.2 is out then I shall
move it in LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7650 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/Makefile | 6 | ||||
-rw-r--r-- | games/wesnoth/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index e4b2adc65..1483a9691 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,7 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ @@ -110,8 +110,8 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/gnome/applications|g ; \ - s|[$$][(]datadir[)]/icons|${X11BASE}/share/gnome/pixmaps|g' \ + @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/gnome/applications|g ; \ + s|[$$][(]datadir[)]/icons|${LOCALBASE}/share/gnome/pixmaps|g' \ ${WRKSRC}/icons/Makefile.in .include <bsd.port.post.mk> diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index c5d880d4d..b495531ad 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -4021,6 +4021,7 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo @dirrmtry man/hu @dirrmtry man/de/man6 @dirrmtry man/de +%%GNOME:%%@cwd %%LOCALBASE%% %%GNOME:%%share/gnome/applications/wesnoth.desktop %%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png %%KDE:%%@cwd %%LOCALBASE%% |