svn commit: r348279 - head/games/bombherman

Rusmir Dusko nemysis at FreeBSD.org
Fri Mar 14 20:10:27 UTC 2014


Author: nemysis
Date: Fri Mar 14 20:10:26 2014
New Revision: 348279
URL: http://svnweb.freebsd.org/changeset/ports/348279
QAT: https://qat.redports.org/buildarchive/r348279/

Log:
  - Change master site
  - Change Desktop entry file
  - Break lines around 80 characters

Modified:
  head/games/bombherman/Makefile

Modified: head/games/bombherman/Makefile
==============================================================================
--- head/games/bombherman/Makefile	Fri Mar 14 19:40:43 2014	(r348278)
+++ head/games/bombherman/Makefile	Fri Mar 14 20:10:26 2014	(r348279)
@@ -5,7 +5,7 @@ PORTNAME=	bomb-her-man
 PORTVERSION=	0.3
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	SF/nemysisfreebsdp/:icons
+MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/:icons
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
 		${PORTNAME}_icons${EXTRACT_SUFX}:icons
 
@@ -38,7 +38,7 @@ INSTALLS_ICONS=	yes
 ICON_SIZES=	32x32 48x48 64x64 72x72 96x96
 
 DESKTOP_ENTRIES="Bomb-her-man" "Bomberman clone" "${PORTNAME}" \
-		"${PORTNAME}" "Game;ArcadeGame;" false
+		"${PORTNAME}" "Game;ArcadeGame;" ""
 
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
@@ -55,7 +55,8 @@ pre-configure:
 	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
 
 .if ${PORT_OPTIONS:MNLS}
-	@${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \
+	@${REINPLACE_CMD} -e \
+		's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \
 		${WRKSRC}/po/Makefile.in.in
 .endif
 


More information about the svn-ports-head mailing list