diff options
author | jtb <jtb> | 2000-12-01 04:18:20 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-01 04:18:20 +0000 |
commit | 373f5b4b7006eb5082969493220a656fc3a2bdef (patch) | |
tree | 188d465ba52e93ab2ae37587e30f67abceb92f0f /mail/vm/patches | |
parent | c4edef1be669d145b81ba12479fde80ce82ec9e2 (diff) | |
download | pkgsrc-373f5b4b7006eb5082969493220a656fc3a2bdef.tar.gz |
Initial import of new "vm" package:
VM (View Mail) is an advanced mail user agent for Emacs
Diffstat (limited to 'mail/vm/patches')
-rw-r--r-- | mail/vm/patches/patch-aa | 27 | ||||
-rw-r--r-- | mail/vm/patches/patch-ab | 18 |
2 files changed, 45 insertions, 0 deletions
diff --git a/mail/vm/patches/patch-aa b/mail/vm/patches/patch-aa new file mode 100644 index 00000000000..982856f24fb --- /dev/null +++ b/mail/vm/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/01 04:18:22 jtb Exp $ + +--- Makefile.orig Fri Dec 1 03:55:08 2000 ++++ Makefile +@@ -5,18 +5,18 @@ + EMACS = emacs + + # where the Info file should go +-INFODIR = /usr/local/lib/emacs/info ++INFODIR = ${PREFIX}/info + + # where the vm.elc, tapestry.elc, etc. files should go +-LISPDIR = /usr/local/lib/emacs/site-lisp ++LISPDIR = ${PREFIX}/share/emacs/site-lisp/vm + + # where the toolbar pixmaps should go. + # vm-toolbar-pixmap-directory must point to the same place. + # vm-image-directory must point to the same place. +-PIXMAPDIR = /usr/local/lib/emacs/etc/vm ++PIXMAPDIR = ${LISPDIR}/pixmaps + + # where the binaries should be go. +-BINDIR = /usr/local/bin ++BINDIR = ${PREFIX}/bin + + ############## no user servicable parts beyond this point ################### + diff --git a/mail/vm/patches/patch-ab b/mail/vm/patches/patch-ab new file mode 100644 index 00000000000..374bb276b5c --- /dev/null +++ b/mail/vm/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/01 04:18:22 jtb Exp $ + +--- vm.texinfo.orig Sun Aug 22 19:48:28 1999 ++++ vm.texinfo +@@ -1,9 +1,10 @@ + \input texinfo @comment -*-Text-*- + @setfilename vm.info + @settitle VM User's Manual +-@c @direntry +-@c * VM:: A mail reader. +-@c @end direntry ++@dircategory Mail ++@direntry ++* VM: (vm). A mail reader. ++@end direntry + @iftex + @finalout + @end iftex |