diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-07-10 15:50:55 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-07-10 15:50:55 +0000 |
commit | 40a7055cb5a303bdc08f5cdbb12898da39c9e96d (patch) | |
tree | 5a3b9e82e2d78fba794b1f0fd4529ee6dc5e8fb8 | |
parent | 18d169d9f5d111fca1cec78a118490a6fbe1245b (diff) | |
download | ports-40a7055cb5a303bdc08f5cdbb12898da39c9e96d.tar.gz ports-40a7055cb5a303bdc08f5cdbb12898da39c9e96d.zip |
Notes
-rw-r--r-- | audio/gsm/Makefile | 4 | ||||
-rw-r--r-- | comms/kermit/Makefile | 4 | ||||
-rw-r--r-- | ftp/yale-tftpd/Makefile | 4 | ||||
-rw-r--r-- | net/pcnfsd/Makefile | 4 | ||||
-rw-r--r-- | net/zephyr/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 6478582bd481..505b85edd4ff 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -3,14 +3,14 @@ # Date created: 5 January 1995 # Whom: pst # -# $Id: Makefile,v 1.7 1996/11/15 23:13:44 obrien Exp $ +# $Id: Makefile,v 1.8 1996/11/18 13:56:40 asami Exp $ # DISTNAME= gsm-1.0.10 CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/gsm-1.0-pl10 MAN1= toast.1 diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index f0a47c1fd9b4..3f3e846dfcaa 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 27, 1994 # Whom: pst # -# $Id: Makefile,v 1.14 1996/12/30 21:33:28 max Exp $ +# $Id: Makefile,v 1.15 1997/01/18 19:32:38 max Exp $ # DISTNAME= cku192src @@ -14,7 +14,7 @@ MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ ftp://ftp.th-darmstadt.de/pub/networking/kermit/ \ ftp://ftp.std.com/customers2/src/telcom/ -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org RESTRICTED= "'No redistribution' copyright" NO_WRKSUBDIR= yes diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index 922aacf2d0f9..23d9c83336b4 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -3,14 +3,14 @@ # Date created: Oct 8, 1994 # Whom: pst # -# $Id: Makefile,v 1.6 1996/11/18 11:37:11 asami Exp $ +# $Id: Makefile,v 1.7 1996/12/01 01:23:24 obrien Exp $ # DISTNAME= yale-tftpd-3.0 CATEGORIES= net MASTER_SITES= ftp://ftp.cisco.com/pub/ -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= 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" |