diff options
author | alane <alane@FreeBSD.org> | 2002-11-01 21:09:32 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-01 21:09:32 +0800 |
commit | 64e017f526d47422926f64b1326c58e4a6d01d81 (patch) | |
tree | 2355cdf190ae090cb7be6a24279952b4fc036c24 /print | |
parent | 22468f4928c00827a0e0c0ee0e2de4f127686529 (diff) | |
download | freebsd-ports-gnome-64e017f526d47422926f64b1326c58e4a6d01d81.tar.gz freebsd-ports-gnome-64e017f526d47422926f64b1326c58e4a6d01d81.tar.zst freebsd-ports-gnome-64e017f526d47422926f64b1326c58e4a6d01d81.zip |
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
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 f13875370042..7b74ae1a810f 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${CUPS_PORTVER} PORTREVISION= 4 CATEGORIES?= print -MAINTAINER= AlanE@FreeBSD.org +MAINTAINER= alane@FreeBSD.org INSTALLS_SHLIB= yes diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 6b7e33f7ca56..877270ee4fea 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${CUPS_PORTVER} PORTREVISION= 1 CATEGORIES?= print -MAINTAINER= AlanE@FreeBSD.org +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 5981f553aaf2..9db3d17944eb 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= AlanE@FreeBSD.org +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 a34fe6c46012..6135cc2a2a4e 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= AlanE@FreeBSD.org +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 fb5e084190ce..5f9746cdd42b 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 AlanE@FreeBSD.org +# 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= AlanE@FreeBSD.org +MAINTAINER= alane@FreeBSD.org USE_REINPLACE= yes NO_BUILD= yes |