diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-02-04 14:54:25 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-02-04 14:54:25 +0000 |
commit | 47f841f7bc73d6d5c2b6234e59f8af4d999bde2c (patch) | |
tree | 041d45e2f0d8855ce4fd4803c7cad36dfdebdd1e /editors/emacs/pkg | |
parent | 910d4d62df12dd42cc2e9233126f58953cb40b73 (diff) | |
download | pkgsrc-47f841f7bc73d6d5c2b6234e59f8af4d999bde2c.tar.gz |
Make UNEXEC work on NetBSD/pmax - this makes the DOC-link-trick
unnecessary and emacs work much better on pmax. Thanks to Jonathan Stone
for the src/unexelf.c patch.
Diffstat (limited to 'editors/emacs/pkg')
-rw-r--r-- | editors/emacs/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs/pkg/PLIST b/editors/emacs/pkg/PLIST index c0afb1ef77e..5b2fe1a5561 100644 --- a/editors/emacs/pkg/PLIST +++ b/editors/emacs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 1999/01/31 17:29:33 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.18 1999/02/04 14:54:25 frueauf Exp $ bin/emacs bin/emacs-20.3 bin/emacs-etags @@ -167,7 +167,6 @@ share/emacs/20.3/etc/MH-E-ONEWS share/emacs/20.3/etc/MORE.STUFF share/emacs/20.3/etc/MOTIVATION share/emacs/20.3/etc/DOC-20.3.1 -share/emacs/20.3/etc/DOC share/emacs/20.3/etc/NEWS share/emacs/20.3/etc/ONEWS share/emacs/20.3/etc/OONEWS |