svn commit: r514154 - head/games/openfodder

Jan Beich jbeich at FreeBSD.org
Wed Oct 9 13:52:32 UTC 2019


Author: jbeich
Date: Wed Oct  9 13:52:32 2019
New Revision: 514154
URL: https://svnweb.freebsd.org/changeset/ports/514154

Log:
  games/openfodder: minor fixes
  
  - Move to action games menu where shoot 'em ups are
  - Consistently use PORTNAME

Modified:
  head/games/openfodder/Makefile   (contents, props changed)

Modified: head/games/openfodder/Makefile
==============================================================================
--- head/games/openfodder/Makefile	Wed Oct  9 13:39:24 2019	(r514153)
+++ head/games/openfodder/Makefile	Wed Oct  9 13:52:32 2019	(r514154)
@@ -23,7 +23,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \
 		"" \
 		"${PORTNAME:tl}" \
 		"${PORTNAME}" \
-		"Game;ArcadeGame;" \
+		"Game;ActionGame;" \
 		""
 
 OPTIONS_DEFINE=	DOCS ICONS
@@ -47,7 +47,7 @@ post-build-ICONS-on:
 	done
 	@mogrify -verbose -set filename:size %wx%h -format png \
 		 -path ${WRKDIR}/icons/hicolor/%\[filename:size]/apps \
-		${WRKSRC}/Projects/openfodder.ico
+		${WRKSRC}/Projects/${PORTNAME:tl}.ico
 
 do-test:
 	@(cd ${WRKSRC_data} && ${SETENV} ${TEST_ENV} \


More information about the svn-ports-head mailing list