mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
532 B
Plaintext
12 lines
532 B
Plaintext
|
--- editor/Makefile.in.orig Fri Jan 28 22:41:04 2000
|
||
|
+++ editor/Makefile.in Fri Jan 28 22:41:32 2000
|
||
|
@@ -116,7 +116,7 @@
|
||
|
datadir = $(prefix)/@DATADIRNAME@
|
||
|
localedir = $(datadir)/locale
|
||
|
|
||
|
-DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/cooledit\" @DEFS@
|
||
|
+DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/cooledit\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDATADIR=\"$(datadir)/coolicon\" @DEFS@
|
||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||
|
CONFIG_HEADER = ../config.h
|
||
|
CONFIG_CLEAN_FILES =
|