mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
18 lines
460 B
Text
18 lines
460 B
Text
--- etc/Makefile.in.orig Thu Feb 17 20:36:39 2005
|
|
+++ etc/Makefile.in Thu Feb 17 20:38:47 2005
|
|
@@ -244,12 +244,11 @@
|
|
AUTOMAKE_OPTIONS = gnu
|
|
RC_FILES = \
|
|
xmedconrc \
|
|
- xmedconrc.linux \
|
|
- xmedconrc.win32
|
|
+ xmedconrc.linux
|
|
|
|
-ICONS = xmedcon.ico xmedcon.png
|
|
+ICONS = xmedcon.png
|
|
GTK_DIST = README $(RC_FILES) $(ICONS)
|
|
-sysconf_DATA = $(RC_FILES) $(ICONS)
|
|
+@DO_XSUPPORT_TRUE@sysconf_DATA = $(RC_FILES) $(ICONS)
|
|
EXTRA_DIST = \
|
|
$(GTK_DIST) \
|
|
xmedcon.spec
|