Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 16:03:26 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pawel@FreeBSD.org
Subject:   ports/173681: [MAINTAINER] games/starfighter: Makefile simplified
Message-ID:  <20121117150329.A667575B@hub.freebsd.org>
Resent-Message-ID: <201211171510.qAHFA0xi000593@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173681
>Category:       ports
>Synopsis:       [MAINTAINER] games/starfighter: Makefile simplified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 15:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:

Makefile simplified

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- starfighter-1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/starfighter/Makefile ./Makefile
--- /usr/ports/games/starfighter/Makefile	2012-11-17 11:41:08.000000000 +0100
+++ ./Makefile	2012-11-17 16:00:29.000000000 +0100
@@ -16,11 +16,12 @@
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_XORG=	x11 xau xdmcp
 USE_SDL=	image mixer
 WITH_ZLIB=	yes
+USE_GMAKE=	yes
+MAKEFILE=	makefile
 
 INSTALLS_ICONS=	yes
 
@@ -41,10 +42,6 @@
 .if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -i '' -e '/$$(DESTDIR)$$(DOCDIR)/d' ${WRKSRC}/makefile
 .endif
-	@(cd ${WRKSRC} && ${CP} makefile Makefile)
-
-do-build:
-	@(cd ${WRKSRC} && ${GMAKE})
 
 post-install:
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
--- starfighter-1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121117150329.A667575B>