diff options
author | pst <pst@FreeBSD.org> | 1997-07-10 23:50:55 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-07-10 23:50:55 +0800 |
commit | 9b52ca0b4ac4ff7d0f13be57d899f9d301af2eab (patch) | |
tree | 804d5db87b94d53ef88ca7b3f0f5f7a7c75132e7 /net | |
parent | 396ff5baadeab33efd4b90d5ed8715cba95868a9 (diff) | |
download | freebsd-ports-gnome-9b52ca0b4ac4ff7d0f13be57d899f9d301af2eab.tar.gz freebsd-ports-gnome-9b52ca0b4ac4ff7d0f13be57d899f9d301af2eab.tar.zst freebsd-ports-gnome-9b52ca0b4ac4ff7d0f13be57d899f9d301af2eab.zip |
Set maintainer to ports@freebsd.org
Diffstat (limited to 'net')
-rw-r--r-- | net/pcnfsd/Makefile | 4 | ||||
-rw-r--r-- | net/zephyr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index fd9785cb3e25..e2fcb1b60e13 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 6, 1994 # Whom: pst # -# $Id: Makefile,v 1.6 1996/11/18 11:35:40 asami Exp $ +# $Id: Makefile,v 1.7 1996/12/01 01:23:03 obrien Exp $ # DISTNAME= pcnfsd.93.02.16 @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ EXTRACT_SUFX= .tar.Z -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 88ef28784611..2309d1aa0745 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -3,14 +3,14 @@ # Date created: 1-Aug-1995 # Whom: pst # -# $Id: Makefile,v 1.5 1996/11/18 14:09:56 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:23:26 obrien Exp $ # DISTNAME= zephyr-2.0.4 CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) CONFIGURE_ARGS="--with-krb4" |