mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b8b6e6fc63
- Switch to PLIST_FILES - Rename patches to canonical names
26 lines
827 B
Plaintext
26 lines
827 B
Plaintext
--- ./Imakefile.orig 1994-06-03 01:22:14.000000000 +0200
|
|
+++ ./Imakefile 2014-06-13 14:51:12.981736817 +0200
|
|
@@ -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 \
|
|
@@ -24,10 +25,10 @@
|
|
#define PassCDebugFlags
|
|
#endif
|
|
|
|
-MakeSubdirs($(SUBDIRS))
|
|
+NamedMakeSubdirs(./regexp/libregexp.a,$(SUBDIRS))
|
|
ComplexProgramTarget(xless)
|
|
|
|
-InstallNonExec(xless.help, $(LIBDIR))
|
|
+InstallNonExec(xless.help,$(LIBDIR))
|
|
InstallAppDefaults(XLess)
|
|
|
|
#if ProjectX >= 5
|