mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
528 B
Plaintext
12 lines
528 B
Plaintext
|
--- icon/Makefile.in.orig Sun May 30 07:47:33 1999
|
||
|
+++ icon/Makefile.in Mon Jun 7 14:54:23 1999
|
||
|
@@ -119,7 +119,7 @@
|
||
|
datadir = $(prefix)/@DATADIRNAME@
|
||
|
localedir = $(datadir)/locale
|
||
|
|
||
|
-DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/coolicon\" @DEFS@
|
||
|
+DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/coolicon\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDATADIR=\"$(datadir)/coolicon\" @DEFS@
|
||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||
|
CONFIG_HEADER = ../config.h
|
||
|
CONFIG_CLEAN_FILES =
|