diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-01-07 20:38:05 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-01-07 20:38:05 +0000 |
commit | d244d02ec2f51cbda6aaca02b25f4c58d0fcaced (patch) | |
tree | 1b919c8d02ec6b4ee91307a65fd91cfd2287a333 /devel/cvsd | |
parent | Add the warning, that the older style <+ ... +> are no longer recognized, (diff) |
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.
Diffstat (limited to 'devel/cvsd')
-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 b173a1f84ee6..0e953204e49a 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 |