svn commit: r341110 - head/graphics/libpcd

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 21:25:09 UTC 2014


Author: bapt
Date: Sat Jan 25 21:25:09 2014
New Revision: 341110
URL: http://svnweb.freebsd.org/changeset/ports/341110
QAT: https://qat.redports.org/buildarchive/r341110/

Log:
  Support stage
  USE_GMAKE -> USES=gmake

Modified:
  head/graphics/libpcd/Makefile

Modified: head/graphics/libpcd/Makefile
==============================================================================
--- head/graphics/libpcd/Makefile	Sat Jan 25 21:24:02 2014	(r341109)
+++ head/graphics/libpcd/Makefile	Sat Jan 25 21:25:09 2014	(r341110)
@@ -8,13 +8,12 @@ MASTER_SITES=	http://www.kraxel.org/rele
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A library for reading PhotoCD images
+COMMENT=	Library for reading PhotoCD images
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
 
-USE_GMAKE=	yes
-MAKEFILE=	${WRKSRC}/GNUmakefile
+USES=		gmake
+MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list