diff options
author | seb <seb@pkgsrc.org> | 2003-07-09 14:24:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-09 14:24:35 +0000 |
commit | d6a7003e8bf3f77c94df21c60092fda4eb3f4642 (patch) | |
tree | ae00ae01727fa432d7bd689a8f7dfb4f98fee5ee /mail/mailcrypt/patches | |
parent | 1303652d6892aa16cb7ee9464e8432ca9d5550d5 (diff) | |
download | pkgsrc-d6a7003e8bf3f77c94df21c60092fda4eb3f4642.tar.gz |
Use emacs.mk and only accept GNU emacsen
(a mailcrypt avatar for xemacs is in the xemacs-packages package).
Diffstat (limited to 'mail/mailcrypt/patches')
-rw-r--r-- | mail/mailcrypt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mailcrypt/patches/patch-aa b/mail/mailcrypt/patches/patch-aa new file mode 100644 index 00000000000..161ca9bbbc0 --- /dev/null +++ b/mail/mailcrypt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/07/09 14:24:36 seb Exp $ + +--- Makefile.in.orig 2000-10-29 10:41:52.000000000 +0000 ++++ Makefile.in +@@ -12,7 +12,7 @@ exec_prefix = @exec_prefix@ + datadir = $(prefix)/share + + # Where to put the .el and .elc files +-lispdir=$(datadir)/emacs/site-lisp ++lispdir=$(EMACS_LISPPREFIX) + + # Where to put the Info files + infodir=$(prefix)/info |