diff options
author | fenner <fenner@FreeBSD.org> | 2002-01-07 20:38:05 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-01-07 20:38:05 +0000 |
commit | 974ed8849da4cf070b1f3b557e079dc4a6e6f65a (patch) | |
tree | f5596811a89ad22e5b03c67e8146a70426865a53 | |
parent | a53c6ca74eda0cb35c881fdfdb00fce1f1c8ebc4 (diff) | |
download | FreeBSD-ports-974ed8849da4cf070b1f3b557e079dc4a6e6f65a.zip FreeBSD-ports-974ed8849da4cf070b1f3b557e079dc4a6e6f65a.tar.gz |
Fix typo in MAINTAINER. This kind of thing is why I think MAINTAINER-less
ports should simply have no MAINTAINER line and pick up the default from
bsd.port.mk.
-rw-r--r-- | devel/cvsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index b173a1f..0e95320 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/ -MAINTAINER= porst@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt |