Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 21:25:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341110 - head/graphics/libpcd
Message-ID:  <201401252125.s0PLP9jP060359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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