svn commit: r349299 - head/games/blockrage

Rusmir Dusko nemysis at FreeBSD.org
Wed Mar 26 21:56:25 UTC 2014


Author: nemysis
Date: Wed Mar 26 21:56:25 2014
New Revision: 349299
URL: http://svnweb.freebsd.org/changeset/ports/349299
QAT: https://qat.redports.org/buildarchive/r349299/

Log:
  - Change Makefile header, use my name and @FreeBSD.org email
  - Change master site
  - Remove TODO from DOCS
  - Change REINPLACE, cosmetical changes

Modified:
  head/games/blockrage/Makefile

Modified: head/games/blockrage/Makefile
==============================================================================
--- head/games/blockrage/Makefile	Wed Mar 26 21:53:01 2014	(r349298)
+++ head/games/blockrage/Makefile	Wed Mar 26 21:56:25 2014	(r349299)
@@ -1,4 +1,4 @@
-# Created by: nemysis <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	blockrage
@@ -6,7 +6,7 @@ PORTVERSION=	0.2.3
 PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
-		SF/nemysisfreebsdp/:icons
+		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
 		${PORTNAME}_icons${EXTRACT_SUFX}:icons
 
@@ -19,7 +19,8 @@ USE_SDL=	sdl image mixer
 GNU_CONFIGURE=	yes
 ALL_TARGET=	${PORTNAME}
 
-PORTDOCS=	ChangeLog KNOWN_BUGS README TODO
+PORTDOCS=	ChangeLog KNOWN_BUGS README
+OPTIONS_DEFINE=	DOCS
 
 INSTALLS_ICONS=	yes
 ICON_SIZES=	32x32 48x48 64x64 72x72 96x96
@@ -29,14 +30,12 @@ SUB_FILES=	${PORTNAME}
 DESKTOP_ENTRIES="Block Rage" "" "${PORTNAME}" \
 		"${PORTNAME}" "Game;ArcadeGame;" ""
 
-OPTIONS_DEFINE=	DOCS
-
 post-patch:
-	@${REINPLACE_CMD} \
-	-e 's|prefix=/usr/local|prefix=${PREFIX}| ; \
-	s|MYCC=gcc|MYCC?=${CC}| ; \
-	s|-s -O2 -Wall|| ; \
-	s|sdl-config|$(SDL_CONFIG)| ; \
+	@${REINPLACE_CMD} -e \
+	's|prefix=/usr/local|prefix=${PREFIX}|; \
+	s|MYCC=gcc|MYCC?=${CC}|; \
+	s|-s -O2 -Wall||; \
+	s|sdl-config|$(SDL_CONFIG)|; \
 	s|MAKE=make|MAKE=${MAKE}|' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|gcc -s|${CC}|' \


More information about the svn-ports-head mailing list