diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-01 04:17:51 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-01 04:17:51 +0000 |
commit | 7df6fabb8f99e8bbcc2590d706f4051c3382996f (patch) | |
tree | e9d3b5ce13cba10b7dea7bc2309acdc3f7899475 /print | |
parent | 23bfffdf1410d7f2ec45062080618939edb9e782 (diff) | |
download | ports-7df6fabb8f99e8bbcc2590d706f4051c3382996f.tar.gz ports-7df6fabb8f99e8bbcc2590d706f4051c3382996f.zip |
Notes
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 |