diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2014-12-29 03:39:51 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2014-12-29 03:39:51 +0000 |
commit | 68a065960e100371078377052f74c5ae3570f513 (patch) | |
tree | 9e7f84a917615e0eba82bb79df55f4e986fd7618 /devel/git | |
parent | ed956120ae29fa89947eb28011f3ecbbf4ccce3d (diff) |
Notes
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index bdfadee0276f..457253541381 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= garga@FreeBSD.org COMMENT?= Distributed source code management tool CONFLICTS?= git-subversion-[0-9]* |