From 83f6b27dc83249c02ec99a92db7fca74375dc6b5 Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 23 Oct 2013 20:45:10 +0000 Subject: - Return ports to the pool PR: ports/183244 Submitted by: Chris Petrik (former maintainer) --- print/cups-base/Makefile | 2 +- print/cups-client/Makefile | 5 +++-- print/cups-image/Makefile | 5 +++-- print/cups-smb-backend/Makefile | 2 +- print/cups/Makefile | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'print') diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 5d0da18f874d..a12f33e588a4 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -9,7 +9,7 @@ CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= ${CUPS_SUFFIX}${PKGNAMESUFFIX2} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Common UNIX Printing System: ${COMMENT2} LICENSE= GPLv2 diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index ac2be0c44825..113a5b8199a1 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -2,14 +2,15 @@ CATEGORIES= print -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../cups-base CUPS_CLIENT= yes -.if exists(${.CURDIR}/Makefile.local) NO_STAGE= yes + +.if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile index 867aa075bfc8..1a522d8ec408 100644 --- a/print/cups-image/Makefile +++ b/print/cups-image/Makefile @@ -2,14 +2,15 @@ CATEGORIES= print -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../cups-base CUPS_IMAGE= yes -.if exists(${.CURDIR}/Makefile.local) NO_STAGE= yes + +.if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index 166eb9be094f..620d165e0750 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -8,7 +8,7 @@ CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CUPS backend for printing to Windows servers RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ diff --git a/print/cups/Makefile b/print/cups/Makefile index c23f3a6b7f5f..22e5972bb8a0 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -7,7 +7,7 @@ CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Common UNIX Printing System: Metaport to install complete system BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ -- cgit