summaryrefslogtreecommitdiff
path: root/devel/commit-patch/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-09 23:49:53 +0000
committerwiz <wiz@pkgsrc.org>2014-08-09 23:49:53 +0000
commite14b3138564ca86b3de263a7d9a918d82e655a93 (patch)
tree9415c1eda9f19ec84d11ee4a28b91d06598394f7 /devel/commit-patch/patches
parent2f098297b08a26a16bde1e006db5954b83a1123d (diff)
downloadpkgsrc-e14b3138564ca86b3de263a7d9a918d82e655a93.tar.gz
Import commit-patch-2.5 as devel/commit-patch.
A neat little utility that lets you check in select portions of a file into Darcs, Git, Mercurial, Bazaar, Subversion, or CVS repositories. It comes as a command line app and also and emacs interface.
Diffstat (limited to 'devel/commit-patch/patches')
-rw-r--r--devel/commit-patch/patches/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/commit-patch/patches/patch-Makefile b/devel/commit-patch/patches/patch-Makefile
new file mode 100644
index 00000000000..e310e7addc7
--- /dev/null
+++ b/devel/commit-patch/patches/patch-Makefile
@@ -0,0 +1,19 @@
+$NetBSD: patch-Makefile,v 1.1 2014/08/09 23:49:53 wiz Exp $
+
+Fix man page installation path.
+
+--- Makefile.orig 2013-05-16 02:28:56.000000000 +0000
++++ Makefile
+@@ -35,10 +35,10 @@ test:
+ PREFIX=/usr/local
+ install: $(ALL)
+ mkdir -p "$(PREFIX)/bin"
+- mkdir -p "$(PREFIX)/share/man/man1"
++ mkdir -p "$(PREFIX)/${PKGMANDIR}/man1"
+ mkdir -p "$(PREFIX)/share/emacs/site-lisp"
+ mkdir -p "$(PREFIX)/share/doc/commit-patch"
+ cp -a $(BIN) "$(PREFIX)/bin"
+- cp -a $(MAN) "$(PREFIX)/share/man/man1"
++ cp -a $(MAN) "$(PREFIX)/${PKGMANDIR}/man1"
+ cp -a $(ELISP) "$(PREFIX)/share/emacs/site-lisp"
+ cp -a $(DOC) "$(PREFIX)/share/doc/commit-patch"