From fd1385e6df693e2fa36808eecdf4a739e131eb73 Mon Sep 17 00:00:00 2001 From: beat Date: Sun, 10 Apr 2011 00:45:08 +0000 Subject: - Rename glest_editor to megaglest_editor to avoid a potential conflict with games/glest which also has an option to install this editor. - Do not bump PORTREVISION as the editor is not installed by default. Reported by: acm@ Submitted by: Sven Moeller (maintainer) --- games/megaglest/Makefile | 2 +- games/megaglest/files/pkg-message.in | 2 +- games/megaglest/pkg-plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 55d17d251355..eb33945ba7eb 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -57,7 +57,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/code_license.txt ${DOCSDIR} .endif .if defined(WITH_EDITOR) - ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/glest_editor ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/glest_editor ${PREFIX}/bin/megaglest_editor .endif post-install: diff --git a/games/megaglest/files/pkg-message.in b/games/megaglest/files/pkg-message.in index 7593a0bef4b4..892fefb92ca1 100644 --- a/games/megaglest/files/pkg-message.in +++ b/games/megaglest/files/pkg-message.in @@ -6,7 +6,7 @@ The megaglest game has been installed: 2) If you instlled the megaglest map editor you could lounch it like this: - # glest_editor + # megaglest_editor 3) If you have problems running megaglest, you should remove your ~/.megaglest directory and try again diff --git a/games/megaglest/pkg-plist b/games/megaglest/pkg-plist index 6bad84648646..dc026589fc99 100644 --- a/games/megaglest/pkg-plist +++ b/games/megaglest/pkg-plist @@ -1,4 +1,4 @@ -%%EDITOR%%bin/glest_editor +%%EDITOR%%bin/megaglest_editor bin/megaglest %%DATADIR%%/glest.bin %%DATADIR%%/glest.ini -- cgit