diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-12-09 22:49:08 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-12-09 22:49:08 +0800 |
commit | 352933e9c578c4ff0e44a1e0156e4da92e02590b (patch) | |
tree | 2828121f21534c9e74459f609786e1ad13fea568 | |
parent | f74450cd2ea628ddfa54549a4dae56ce626f6958 (diff) | |
download | freebsd-ports-gnome-352933e9c578c4ff0e44a1e0156e4da92e02590b.tar.gz freebsd-ports-gnome-352933e9c578c4ff0e44a1e0156e4da92e02590b.tar.zst freebsd-ports-gnome-352933e9c578c4ff0e44a1e0156e4da92e02590b.zip |
Guess I should take those ports...
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-client/Makefile | 2 | ||||
-rw-r--r-- | print/cups-image/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 90ad2eaa8c10..4cfbf8eb3b61 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= ports@FreeBSD.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Common UNIX Printing System: ${COMMENT2} LICENSE= GPLv2 diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index 040bbe6f58e4..bfa47441b603 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -2,7 +2,7 @@ CATEGORIES= print -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsam@FreeBSD.org MASTERDIR?= ${.CURDIR}/../cups-base diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile index fadf7e9e67a7..04c7d668d737 100644 --- a/print/cups-image/Makefile +++ b/print/cups-image/Makefile @@ -2,7 +2,7 @@ CATEGORIES= print -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsam@FreeBSD.org MASTERDIR?= ${.CURDIR}/../cups-base diff --git a/print/cups/Makefile b/print/cups/Makefile index 22e5972bb8a0..6523fc20520a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -7,7 +7,7 @@ CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Common UNIX Printing System: Metaport to install complete system BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ |