pkgsrc/editors/mined/patches/patch-ac
agc 0e14eb8512 Upgrade mined from version 2000.6 to 2000.7
Pkgsrc changes include displaying the help file correctly.

New features in this release:
*       Enhanced East Asian input method support;
        selection menu for multiple character choices ("pick list").
*       Support for editing CJK encoded files in UTF-8 terminal; major
        CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab).

Main enhancements:
(for details see the change log)
*       Flag menus for all flags for more intuitive selection.
*       Enhanced and generalized coded character input (CJK / decimal
        / illegal code recognition).
*       Extended bullet recognition for clever justification (auto-indent).
*       Makefile for Mac OS X.
2003-07-01 15:52:00 +00:00

15 lines
386 B
Text

$NetBSD: patch-ac,v 1.1 2003/07/01 15:52:37 agc Exp $
Pass the value of ${PREFIX} down so that the help file can be found
--- makefile.bsd 2003/06/17 16:35:05 1.1
+++ makefile.bsd 2003/06/17 16:35:37
@@ -43,7 +43,7 @@
SYSTEM = -Dunix
# select operating system environment
-DEFS = -Dunix
+DEFS = -Dunix -DPREFIX='"${PREFIX}"'
# collection of system parameters for compilation