diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
commit | 65fc18675806e2c264f53308b166974f7df8f78a (patch) | |
tree | a01cd1410064a2c35042e517571bf5a1b90b58d4 /devel/tig | |
parent | 691d82248abf152ca3882bfa36e1eb611970693e (diff) | |
download | pkgsrc-65fc18675806e2c264f53308b166974f7df8f78a.tar.gz |
Finish git rename from scmgit to git.
Diffstat (limited to 'devel/tig')
-rw-r--r-- | devel/tig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/tig/Makefile b/devel/tig/Makefile index 599b98c897d..211d958bbc5 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/08/23 05:09:28 schmonz Exp $ -# +# $NetBSD: Makefile,v 1.9 2013/09/09 14:07:59 wiz Exp $ DISTNAME= tig-1.2 +PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= http://jonas.nitro.dk/tig/releases/ @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto -DEPENDS+= scmgit-[0-9]*:../../devel/scmgit +DEPENDS+= git-[0-9]*:../../devel/git GNU_CONFIGURE= yes USE_TOOLS+= gmake |