diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-03-03 23:41:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-03-03 23:41:58 +0000 |
commit | 767cbae52c0ea8e2df34916a3f320bccadab1408 (patch) | |
tree | ff59e0c5da6e7de5048d9da17fdbd0c8431865c9 | |
parent | de30940598e9515741861422be646bd96d94c705 (diff) | |
download | ports-767cbae52c0ea8e2df34916a3f320bccadab1408.tar.gz ports-767cbae52c0ea8e2df34916a3f320bccadab1408.zip |
Notes
-rw-r--r-- | net/cvsup-mirror/Makefile | 2 | ||||
-rw-r--r-- | net/cvsup/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index a643a036d024..585f80a785c3 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 6 CATEGORIES= net DISTFILES= -MAINTAINER= jdp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A kit for easily setting up a FreeBSD mirror site using CVSup RUN_DEPENDS= ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup-without-gui diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 9cd6204d81be..cea855464a55 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_FREEBSD_ORG} MASTER_SITE_SUBDIR=development/CVSup/snapshots DISTNAME= cvsup-snap-${PORTVERSION} -MAINTAINER= jdp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= General network file distribution system optimized for CVS (GUI version) CONFLICTS?= cvsup-without-gui-[0-9]* |