svn commit: r344596 - head/games/sudsol

Martin Wilke miwi at FreeBSD.org
Sun Feb 16 16:15:41 UTC 2014


Author: miwi
Date: Sun Feb 16 16:15:41 2014
New Revision: 344596
URL: http://svnweb.freebsd.org/changeset/ports/344596
QAT: https://qat.redports.org/buildarchive/r344596/

Log:
  - Stage support

Modified:
  head/games/sudsol/Makefile

Modified: head/games/sudsol/Makefile
==============================================================================
--- head/games/sudsol/Makefile	Sun Feb 16 16:15:32 2014	(r344595)
+++ head/games/sudsol/Makefile	Sun Feb 16 16:15:41 2014	(r344596)
@@ -9,12 +9,11 @@ MASTER_SITES=	http://rink.nu/downloads/p
 MAINTAINER=	rink at FreeBSD.org
 COMMENT=	A utility to solve Sudoku puzzles
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/sudsol
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/src/sudsol.c
 


More information about the svn-ports-all mailing list