svn commit: r391855 - head/print/gutenprint

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 12 22:46:25 UTC 2015


Author: bapt
Date: Sun Jul 12 22:46:24 2015
New Revision: 391855
URL: https://svnweb.freebsd.org/changeset/ports/391855

Log:
  Convert to USES=metaport
  
  PR:		201494
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com>

Modified:
  head/print/gutenprint/Makefile

Modified: head/print/gutenprint/Makefile
==============================================================================
--- head/print/gutenprint/Makefile	Sun Jul 12 22:45:32 2015	(r391854)
+++ head/print/gutenprint/Makefile	Sun Jul 12 22:46:24 2015	(r391855)
@@ -5,15 +5,14 @@
 PORTNAME=	gutenprint
 PORTVERSION=	5.2.10
 CATEGORIES=	print
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	cmt at burggraben.net
 COMMENT=	The "meta-port" for GutenPrint
 
 RUN_DEPENDS=	gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
 
+USES=		metaport
+
 OPTIONS_DEFINE=		CUPS GIMP IJS FOOMATIC
 OPTIONS_DEFAULT=	IJS
 CUPS_DESC=		GutenPrint (gimp-print) Cups Drivers
@@ -25,8 +24,4 @@ GIMP_RUN_DEPENDS=	gimp-gutenprint>0:${PO
 IJS_RUN_DEPENDS=	gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
 FOOMATIC_RUN_DEPENDS+=	gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
 
-NO_BUILD=	yes
-
-do-install:	# empty
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list