diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-10-23 20:45:10 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-10-23 20:45:10 +0000 |
commit | 546a9259a9ae07a5846bad2b19c0b0c0d6f0ba1c (patch) | |
tree | 84056547fc67df8dd731dcf176844fc9a2d209bf /print | |
parent | f4a1e022c0d267b40fde97c90402277490d4eb4f (diff) |
- Return ports to the pool
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
Notes
Notes:
svn path=/head/; revision=331423
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-client/Makefile | 5 | ||||
-rw-r--r-- | print/cups-image/Makefile | 5 | ||||
-rw-r--r-- | print/cups-smb-backend/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 2 |
5 files changed, 9 insertions, 7 deletions
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 \ |