diff options
author | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
commit | e8cfa0b6f5b2eb8025754177ae047b836ab35818 (patch) | |
tree | 4ab8a64259cb0ec91bf7aeb5740c08fc47ec29ae /print | |
parent | ce73ba6805e12496192970ec6461743a413a5c2c (diff) | |
download | pkgsrc-e8cfa0b6f5b2eb8025754177ae047b836ab35818.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 4 | ||||
-rw-r--r-- | print/gv/Makefile | 4 | ||||
-rw-r--r-- | print/mpage/Makefile | 6 | ||||
-rw-r--r-- | print/psutils/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index f9a8629fadc..cfeaa0b78b7 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:45 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:32 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -7,7 +7,7 @@ PKGNAME= a2ps-${PAPERSIZE}-4.9.9 CATEGORIES= print MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ -MAINTAINER= chuckr@FreeBSD.org +MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes MAN1= a2ps.1 ogonkify.1 diff --git a/print/gv/Makefile b/print/gv/Makefile index e9da399669e..687fc1f769d 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:46 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:32 frueauf Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -6,7 +6,7 @@ DISTNAME= gv-3.5.8 CATEGORIES= print MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/ -MAINTAINER= ports@freebsd.org +MAINTAINER= packages@netbsd.org LIB_DEPENDS= Xaw3d.6.:${PORTSDIR}/x11/Xaw3d RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5 diff --git a/print/mpage/Makefile b/print/mpage/Makefile index b99856784cb..c1f1e240f7e 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:46 agc Exp $ -# $FreeBSD Id: Makefile,v 1.1.1.1 1998/02/20 04:37:31 steve Exp +# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:32 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.1.1.1 1998/02/20 04:37:31 steve Exp DISTNAME= mpage-2.5 CATEGORIES= print MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/ EXTRACT_SUFX= .tgz -MAINTAINER= kchowksey@hss.hns.com +MAINTAINER= packages@netbsd.org MAN1= mpage.1 ALL_TARGET= default diff --git a/print/psutils/Makefile b/print/psutils/Makefile index c62a9bc3878..f5e28dfd3b0 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/17 20:17:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:32 frueauf Exp $ # FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp # @@ -7,7 +7,7 @@ PKGNAME= psutils-${PAPERSIZE}-1.17 CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ -MAINTAINER= jmz@FreeBSD.org +MAINTAINER= packages@netbsd.org MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter or A4 WRKSRC= ${WRKDIR}/psutils |