diff options
author | taca <taca@pkgsrc.org> | 2001-07-24 08:17:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-24 08:17:18 +0000 |
commit | 83e3c7b948b22d1a96d76a5aacfbd1815b9a02fd (patch) | |
tree | 6a8c1003bb8bc8aca2262a6283801f97b5c24e3a /mail/wl/patches | |
parent | ffc06fe8665fdedddc59f4a821fd27bb2a948ab1 (diff) | |
download | pkgsrc-83e3c7b948b22d1a96d76a5aacfbd1815b9a02fd.tar.gz |
- Install info files to ${PREFIX}/info not automatically detected
directory (/usr/share/info).
- Perform really correct info file install and deinstall.
Diffstat (limited to 'mail/wl/patches')
-rw-r--r-- | mail/wl/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/wl/patches/patch-ac b/mail/wl/patches/patch-ac new file mode 100644 index 00000000000..a98abb687e5 --- /dev/null +++ b/mail/wl/patches/patch-ac @@ -0,0 +1,15 @@ +$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 |