mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2954c55b1d
PR: 12047 Submitted by: Chris Piazza <cpiazza@home.net>
12 lines
468 B
Plaintext
12 lines
468 B
Plaintext
--- widget/Makefile.in.orig Mon Jun 7 15:15:24 1999
|
|
+++ widget/Makefile.in Mon Jun 7 15:17:00 1999
|
|
@@ -113,7 +113,7 @@
|
|
|
|
libCw_la_LDFLAGS = -version-info 1:0:0
|
|
|
|
-DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/cooledit\" @DEFS@
|
|
+DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/cooledit\" -DDATADIR=\"$(datadir)\" @DEFS@
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|