summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2015-07-10 17:51:02 +0000
committerkhorben <khorben@pkgsrc.org>2015-07-10 17:51:02 +0000
commit3674940533e2303f17f4ee149295278bc5700e96 (patch)
tree174c73b9ec60f125010cb0c7ad34060fdd10a2bc /devel
parenteac081f7b83b2db13db46b9cf66a00d7b0ff9af5 (diff)
downloadpkgsrc-3674940533e2303f17f4ee149295278bc5700e96.tar.gz
Also install the manual page for git-subtree(1)
Bumps PKGREVISION as well.
Diffstat (limited to 'devel')
-rw-r--r--devel/git-contrib/Makefile8
-rw-r--r--devel/git-contrib/PLIST3
2 files changed, 9 insertions, 2 deletions
diff --git a/devel/git-contrib/Makefile b/devel/git-contrib/Makefile
index baa0e9f52ca..6135703e61a 100644
--- a/devel/git-contrib/Makefile
+++ b/devel/git-contrib/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2015/07/10 17:26:53 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2015/07/10 17:51:02 khorben Exp $
.include "../../devel/git/Makefile.common"
PKGNAME= git-contrib-${GIT_VERSION}
+PKGREVISION=1
COMMENT= GIT Tree History Storage Tool (contrib)
+BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
+BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
+
DEPENDS+= git-base-[0-9]*:../../devel/git-base
BUILD_DIRS= contrib/subtree
@@ -12,4 +16,6 @@ BUILD_DIRS= contrib/subtree
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= prefix=${PREFIX}
+INSTALL_TARGET= install install-man
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/git-contrib/PLIST b/devel/git-contrib/PLIST
index 5844aa6bfb9..36a4015d7d5 100644
--- a/devel/git-contrib/PLIST
+++ b/devel/git-contrib/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/10 17:26:53 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/07/10 17:51:02 khorben Exp $
libexec/git-core/git-subtree
+man/man1/git-subtree.1