0870592069
- regen patches/plist - bump - zap USE_GROFF ok sthen@ jasper@
23 lines
829 B
Plaintext
23 lines
829 B
Plaintext
$OpenBSD: patch-Imakefile,v 1.2 2011/05/05 18:19:11 gsoares Exp $
|
|
--- Imakefile.orig Thu Jun 2 20:22:14 1994
|
|
+++ Imakefile Wed May 4 20:24:38 2011
|
|
@@ -5,7 +5,8 @@
|
|
* -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer
|
|
* -DTILDE_EXPANSION - perform ~ expansion on filenames
|
|
*/
|
|
- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION
|
|
+ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \
|
|
+ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\"
|
|
|
|
|
|
SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \
|
|
@@ -27,7 +28,7 @@ LOCAL_LIBRARIES = -Lregexp -lregexp XawClientLibs
|
|
MakeSubdirs($(SUBDIRS))
|
|
ComplexProgramTarget(xless)
|
|
|
|
-InstallNonExec(xless.help, $(LIBDIR))
|
|
+InstallNonExec(xless.help,$(LIBDIR))
|
|
InstallAppDefaults(XLess)
|
|
|
|
#if ProjectX >= 5
|