diff options
Diffstat (limited to 'www/trac-mercurial/Makefile')
-rw-r--r-- | www/trac-mercurial/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/trac-mercurial/Makefile b/www/trac-mercurial/Makefile index 18215f9e7af9..92c7f30459ce 100644 --- a/www/trac-mercurial/Makefile +++ b/www/trac-mercurial/Makefile @@ -1,4 +1,3 @@ -# Created by: Brooks Davis <brooks@freebsd.org> # $FreeBSD$ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} @@ -10,7 +9,7 @@ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} DIST_SUBDIR= trac -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Plugin to use Mercurial instead of Subversion in Trac RUN_DEPENDS+= hg:${PORTSDIR}/devel/mercurial \ |