diff options
author | gdt <gdt> | 2012-05-02 19:51:21 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-05-02 19:51:21 +0000 |
commit | 4cafff5c75d5800344733c69a0893689fbf72fa3 (patch) | |
tree | 2845ae3f003b53887a000106484fb60ad44bfbf5 /devel | |
parent | a9a7bc79c442d2ec3f547e199f0fd3dceb786803 (diff) | |
download | pkgsrc-4cafff5c75d5800344733c69a0893689fbf72fa3.tar.gz |
Install git-completion.bash in EGDIR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-base/Makefile | 8 | ||||
-rw-r--r-- | devel/scmgit-base/PLIST | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 48a0453c1b9..5f4f9a95228 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2012/04/13 20:43:24 adam Exp $ +# $NetBSD: Makefile,v 1.45 2012/05/02 19:51:21 gdt Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir @@ -88,6 +89,11 @@ SUBST_SED.fix-cd-P= -e "s/cd -P/cd/g" LDFLAGS.SunOS+= -lintl -lnsl +post-install: + ${INSTALL_DATA_DIR} ${DESTDIR:Q}${EGDIR:Q} + ${INSTALL_DATA} ${WRKSRC:Q}/contrib/completion/git-completion.bash \ + ${DESTDIR:Q}${EGDIR:Q} + .include "options.mk" .include "../../converters/libiconv/buildlink3.mk" diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST index ca663a23b8b..25c393385dc 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2012/04/13 20:43:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.31 2012/05/02 19:51:22 gdt Exp $ bin/git bin/git-cvsserver bin/git-receive-pack @@ -201,6 +201,7 @@ libexec/git-core/mergetools/tkdiff libexec/git-core/mergetools/tortoisemerge libexec/git-core/mergetools/vim libexec/git-core/mergetools/xxdiff +share/examples/scmgit/git-completion.bash share/examples/scmgit/templates/description share/examples/scmgit/templates/hooks/applypatch-msg.sample share/examples/scmgit/templates/hooks/commit-msg.sample |