diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-08 19:02:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-08 19:02:18 +0000 |
commit | 29f7c9de6e663587eaf850486224564216cad413 (patch) | |
tree | 2459fc96b966778cedb02d77f5fe09e87af845d4 /mail/wl/patches | |
parent | 19ff2d7350853500c41b8715380d65e1902ad38d (diff) | |
download | pkgsrc-29f7c9de6e663587eaf850486224564216cad413.tar.gz |
* Switch to a static PLIST instead of a dynamic one.
* List the info files directly in the PLIST.
* Install info files into EMACS_INFOPREFIX, which correctly honors
PKGINFODIR when using emacs.
Diffstat (limited to 'mail/wl/patches')
-rw-r--r-- | mail/wl/patches/patch-ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/wl/patches/patch-ac b/mail/wl/patches/patch-ac deleted file mode 100644 index a98abb687e5..00000000000 --- a/mail/wl/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2001/07/24 08:17:19 taca Exp $ - ---- Makefile.orig Wed Oct 25 22:15:49 2000 -+++ Makefile -@@ -13,8 +13,8 @@ - LISPDIR = NONE - #LISPDIR = /usr/local/lib/mule/site-lisp - --INFODIR = NONE --#INFODIR = /usr/local/share/info -+#INFODIR = NONE -+INFODIR = ${PREFIX}/info - - # For XEmacs package. - PACKAGEDIR = NONE |