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
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 =
|