mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
035cceed85
PR: ports/53400 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
22 lines
439 B
Plaintext
22 lines
439 B
Plaintext
--- etc/Makefile.in.orig Sun Jun 15 01:14:47 2003
|
|
+++ etc/Makefile.in Tue Jun 17 01:07:50 2003
|
|
@@ -218,15 +218,13 @@
|
|
|
|
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)
|
|
subdir = etc
|