svn commit: r307626 - head/games/starfighter

Pawel Pekala pawel at FreeBSD.org
Wed Nov 21 22:19:56 UTC 2012


Author: pawel
Date: Wed Nov 21 22:19:55 2012
New Revision: 307626
URL: http://svnweb.freebsd.org/changeset/ports/307626

Log:
  Simplify gmake usage
  
  PR:		ports/173681
  Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
  Feature safe:	yes

Modified:
  head/games/starfighter/Makefile

Modified: head/games/starfighter/Makefile
==============================================================================
--- head/games/starfighter/Makefile	Wed Nov 21 21:09:54 2012	(r307625)
+++ head/games/starfighter/Makefile	Wed Nov 21 22:19:55 2012	(r307626)
@@ -16,11 +16,12 @@ COMMENT=	Liberate the universe from the 
 
 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 @@ post-patch:
 .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


More information about the svn-ports-all mailing list