diff options
author | ak <ak@FreeBSD.org> | 2013-10-24 04:45:10 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-10-24 04:45:10 +0800 |
commit | 83f6b27dc83249c02ec99a92db7fca74375dc6b5 (patch) | |
tree | 84056547fc67df8dd731dcf176844fc9a2d209bf /print | |
parent | a57e25e19f546eddc7c1e37a8190e39b82d80924 (diff) | |
download | freebsd-ports-gnome-83f6b27dc83249c02ec99a92db7fca74375dc6b5.tar.gz freebsd-ports-gnome-83f6b27dc83249c02ec99a92db7fca74375dc6b5.tar.zst freebsd-ports-gnome-83f6b27dc83249c02ec99a92db7fca74375dc6b5.zip |
- Return ports to the pool
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
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 \ |