diff options
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r-- | games/wesnoth-devel/Makefile | 4 | ||||
-rw-r--r-- | games/wesnoth-devel/pkg-plist | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 35a263e318ff..a2915a655c4e 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ @@ -112,8 +113,7 @@ pre-everything:: .endif post-configure: - @${REINPLACE_CMD} -e 's|[$$][{]datarootdir[}]/applications|${LOCALBASE}/share/gnome/applications|; \ - s|[$$][{]datarootdir[}]/icons|${LOCALBASE}/share/gnome/pixmaps|' \ + @${REINPLACE_CMD} -e 's|[$$][{]datarootdir[}]/icons|${LOCALBASE}/share/pixmaps|' \ ${WRKSRC}/icons/Makefile .include <bsd.port.post.mk> diff --git a/games/wesnoth-devel/pkg-plist b/games/wesnoth-devel/pkg-plist index 151a95fe3fb5..a356461c7d09 100644 --- a/games/wesnoth-devel/pkg-plist +++ b/games/wesnoth-devel/pkg-plist @@ -6012,8 +6012,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo @dirrmtry man/sv/man6 @dirrmtry man/sv %%GNOME:%%@cwd %%LOCALBASE%% -%%GNOME:%%share/gnome/applications/wesnoth.desktop -%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png +%%GNOME:%%share/applications/wesnoth.desktop +%%GNOME:%%share/pixmaps/wesnoth-icon.png %%KDE:%%@cwd %%LOCALBASE%% %%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop %%KDE:%%share/icons/wesnoth-icon.png @@ -6028,3 +6028,4 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo @dirrmtry share/locale/nb_NO @dirrmtry share/locale/tl/LC_MESSAGES @dirrmtry share/locale/tl +@dirrmtry share/applications |