diff options
author | alane <alane@FreeBSD.org> | 2002-11-01 12:17:51 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-01 12:17:51 +0800 |
commit | ce018ac9be7743cfed3dcef6cc91bb070cef0022 (patch) | |
tree | 2fdcb3c2221ee7c4c9fa9f499c74e91e459496fe /print | |
parent | 03f4c1a901d256c6889dd0d285d588a217b22708 (diff) | |
download | freebsd-ports-gnome-ce018ac9be7743cfed3dcef6cc91bb070cef0022.tar.gz freebsd-ports-gnome-ce018ac9be7743cfed3dcef6cc91bb070cef0022.tar.zst freebsd-ports-gnome-ce018ac9be7743cfed3dcef6cc91bb070cef0022.zip |
Changed MAINTAINER to my FreeBSD address.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-lpr/Makefile | 2 | ||||
-rw-r--r-- | print/cups-pstoraster/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 2 | ||||
-rw-r--r-- | print/envelope/Makefile | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index d2ae1c1a35c5..f13875370042 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${CUPS_PORTVER} PORTREVISION= 4 CATEGORIES?= print -MAINTAINER= ports@geeksrus.net +MAINTAINER= AlanE@FreeBSD.org INSTALLS_SHLIB= yes diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index c949b5592cb4..6b7e33f7ca56 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${CUPS_PORTVER} PORTREVISION= 1 CATEGORIES?= print -MAINTAINER= ports@geeksrus.net +MAINTAINER= AlanE@FreeBSD.org LIB_DEPENDS= cups.2:${.CURDIR}/../../print/cups-base diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 3fa234d32795..5981f553aaf2 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITE_SUBDIR= espgs DISTNAME= espgs-${PORTVERSION}-source -MAINTAINER= ports@geeksrus.net +MAINTAINER= AlanE@FreeBSD.org LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/fonts.scale:${PORTSDIR}/print/ghostscript-gnu diff --git a/print/cups/Makefile b/print/cups/Makefile index f65cbd5d3e6f..a34fe6c46012 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= ports@geeksrus.net +MAINTAINER= AlanE@FreeBSD.org LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \ diff --git a/print/envelope/Makefile b/print/envelope/Makefile index 388c04bd74d7..fb5e084190ce 100644 --- a/print/envelope/Makefile +++ b/print/envelope/Makefile @@ -2,7 +2,7 @@ # # New ports collection makefile for: envelope # Date created: 2002/03/24 -# Whom: Alan Eldridge ports@geeksrus.net +# Whom: Alan Eldridge AlanE@FreeBSD.org # # $FreeBSD$ # @@ -14,7 +14,7 @@ MASTER_SITES= http://freefall.homeip.net/code/envelope/ DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@geeksrus.net +MAINTAINER= AlanE@FreeBSD.org USE_REINPLACE= yes NO_BUILD= yes |