summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authortron <tron>1999-09-24 15:54:08 +0000
committertron <tron>1999-09-24 15:54:08 +0000
commit9f27b0ddb7ab29e15e9ab3c8099467d4c62174a6 (patch)
tree7664acee66fb5aa42500b2769ad6e80b48fcc02c /print/a2ps
parenta9e991c580b2f566a0c663e3169855b97ba17325 (diff)
downloadpkgsrc-9f27b0ddb7ab29e15e9ab3c8099467d4c62174a6.tar.gz
Install emacs lisp files to "${LOCALBASE}/share/emacs/site-lisp" instead of
"${LOCALBASE}/share/emacs/site-lisp/${LOCALBASE}/share/emacs/site-lisp".
Diffstat (limited to 'print/a2ps')
-rw-r--r--print/a2ps/files/patch-sum4
-rw-r--r--print/a2ps/patches/patch-aa20
2 files changed, 12 insertions, 12 deletions
diff --git a/print/a2ps/files/patch-sum b/print/a2ps/files/patch-sum
index e39179f5416..e1c3c9c4b54 100644
--- a/print/a2ps/files/patch-sum
+++ b/print/a2ps/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.2 1999/09/21 03:36:01 hubertf Exp $
+$NetBSD: patch-sum,v 1.3 1999/09/24 15:54:08 tron Exp $
-MD5 (patch-aa) = 113fa3e40f7baefb0fdb8ef1e66cf73a
+MD5 (patch-aa) = 0416f651328b348a115a90de43a59ec1
MD5 (patch-ag) = 920e78c6c690bfeb4ca6b9d024ff7942
MD5 (patch-aj) = ec5b3938ed753d8147c9f50a5a015aca
diff --git a/print/a2ps/patches/patch-aa b/print/a2ps/patches/patch-aa
index 959fdfd3750..298c0648b18 100644
--- a/print/a2ps/patches/patch-aa
+++ b/print/a2ps/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.6 1999/09/21 03:36:02 hubertf Exp $
+$NetBSD: patch-aa,v 1.7 1999/09/24 15:54:11 tron Exp $
---- contrib/emacs/Makefile.in.orig Thu Feb 18 16:25:36 1999
-+++ contrib/emacs/Makefile.in Tue Sep 21 05:28:37 1999
-@@ -58,7 +58,7 @@
- includedir = @includedir@
- oldincludedir = /usr/include
+--- contrib/emacs/Makefile.in.orig Fri Sep 24 17:45:15 1999
++++ contrib/emacs/Makefile.in Thu Feb 18 16:25:36 1999
+@@ -146,7 +146,7 @@
+ YACC = @YACC@
+ file_prog = @file_prog@
+ l = @l@
+-lispdir = @lispdir@
++lispdir = @prefix@/share/emacs/site-lisp
--DESTDIR =
-+DESTDIR = @prefix@/share/emacs/site-lisp
+ lisp_DATA = make-regexp.el a2ps.el a2ps-print.el
- pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@