diff options
author | wiz <wiz> | 2013-09-10 08:17:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-10 08:17:38 +0000 |
commit | 8461e35d0155bcc1e7e3373173085a666e4e3461 (patch) | |
tree | ca7ba9147ef1325d3761214993249d7bf4cbdf11 /devel/git-docs | |
parent | 0a9143bc1a3cb778e64ebd00b37b40db32e9463d (diff) | |
download | pkgsrc-8461e35d0155bcc1e7e3373173085a666e4e3461.tar.gz |
Remove old conflicts line that breaks git meta package.
Diffstat (limited to 'devel/git-docs')
-rw-r--r-- | devel/git-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/git-docs/Makefile b/devel/git-docs/Makefile index 6aa5f231d0a..67169713ba0 100644 --- a/devel/git-docs/Makefile +++ b/devel/git-docs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2013/09/09 13:55:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/09/10 08:17:38 wiz Exp $ PKGNAME= git-docs-${GIT_VERSION} COMMENT= GIT Tree History Storage Tool (documentation) -CONFLICTS+= git<4.9.5nb1 # misc/git CONFLICTS+= scmgit-docs-[0-9]* DISTINFO_FILE= ../../devel/git-base/distinfo |