diff options
author | tron <tron@pkgsrc.org> | 1999-09-24 15:54:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-24 15:54:08 +0000 |
commit | fb3cad5af74473b8df2262c2b4a74c06566636bf (patch) | |
tree | 7664acee66fb5aa42500b2769ad6e80b48fcc02c /print/a2ps | |
parent | 0af03c2d478e54809a2127544745cf2dd93edb78 (diff) | |
download | pkgsrc-fb3cad5af74473b8df2262c2b4a74c06566636bf.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-sum | 4 | ||||
-rw-r--r-- | print/a2ps/patches/patch-aa | 20 |
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@ |