diff options
author | John Polstra <jdp@FreeBSD.org> | 1999-02-12 02:29:03 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1999-02-12 02:29:03 +0000 |
commit | 04803b345dc4986554a2d564376d2cfdf8def606 (patch) | |
tree | 2fe128c3f91492575f15b0e71edea7f5436c622e /net/cvsup-bin | |
parent | 9ebd135b4abd609f9bbfd1ba9ef75f5eb39f2a0a (diff) | |
download | ports-04803b345dc4986554a2d564376d2cfdf8def606.tar.gz ports-04803b345dc4986554a2d564376d2cfdf8def606.zip |
Take over maintainership of these ports. We control the horizontal.
We control the vertical.
Notes
Notes:
svn path=/head/; revision=16635
Diffstat (limited to 'net/cvsup-bin')
-rw-r--r-- | net/cvsup-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 9d670ee39984..12b5cc8507ac 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -3,7 +3,7 @@ # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.7 1998/09/22 23:20:54 jdp Exp $ +# $Id: Makefile,v 1.8 1999/02/10 02:47:59 jdp Exp $ # DISTNAME= cvsup-bin-16.0 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/ DISTFILES= cvsup-bin-16.0.tar.gz -MAINTAINER= axl@iafrica.com +MAINTAINER= jdp@freebsd.org NO_BUILD= yes |