summaryrefslogtreecommitdiff
path: root/devel/pcl-cvs/patches
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-08 17:33:18 +0000
committercjep <cjep@pkgsrc.org>2002-06-08 17:33:18 +0000
commit7bcb7738cf35d2fe32a8eea8805760a0db8cf4a7 (patch)
tree2fed1fe0cbb0900afc6e3420a345c75d0ca5fede /devel/pcl-cvs/patches
parent11cf767c9447a093e80dca4b15c9039b4a06eeea (diff)
downloadpkgsrc-7bcb7738cf35d2fe32a8eea8805760a0db8cf4a7.tar.gz
Initial import of pcl-cvs-2.9.9 into the NetBSD packages collection.
PCL-CVS is a front-end to CVS. It integrates the most frequently used CVS commands into emacs. From Hiroyuki Bessho in PR#14295. Thanks!
Diffstat (limited to 'devel/pcl-cvs/patches')
-rw-r--r--devel/pcl-cvs/patches/patch-aa32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/pcl-cvs/patches/patch-aa b/devel/pcl-cvs/patches/patch-aa
new file mode 100644
index 00000000000..490b1fbe30e
--- /dev/null
+++ b/devel/pcl-cvs/patches/patch-aa
@@ -0,0 +1,32 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/06/08 17:33:18 cjep Exp $
+
+--- Makefile.orig Sun Mar 5 21:32:20 2000
++++ Makefile
+@@ -22,7 +22,7 @@
+ include makefile.pkg
+
+ # set up the usual installation paths
+-prefix = /usr/local
++prefix = ${PREFIX}
+ datadir = $(prefix)/share
+
+ # the directory where you install third-party emacs packges
+@@ -102,8 +102,7 @@
+ install_info: $(PACKAGE).info
+ $(MKDIR) $(infodir)
+ $(CP) *.info* $(infodir)/
+- -[ ! -w $(infodir)/dir ] \
+- || install-info --info-dir=$(infodir) $(PACKAGE).info
++ -[ -w $(infodir)/dir ] && install-info --info-dir=$(infodir) $(PACKAGE).info
+
+ install_startup:
+ $(MKDIR) $(lispdir)
+@@ -130,7 +129,7 @@
+ $(MKDIR) $(docdir)
+ $(CP) *.dvi $(docdir)/
+
+-install: install_elc install_info install_startup # install_el
++install: install_elc install_el install_info # install_startup
+
+ clean:
+ $(RM) *~ core .\#* $(TEXEXTS)