mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
18 lines
488 B
Text
18 lines
488 B
Text
--- programs/Xserver/Imakefile.orig Fri May 28 15:30:31 2004
|
|
+++ programs/Xserver/Imakefile Fri May 28 15:30:46 2004
|
|
@@ -1085,6 +1085,7 @@
|
|
-(cd $(DESTDIR)$(BINDIR); $(RM) X; $(LN) ServerToInstall X)
|
|
#endif
|
|
|
|
+#if 0
|
|
#define IHaveSubdirs
|
|
|
|
DependSubdirs($(SUBDIRS))
|
|
@@ -1092,6 +1093,7 @@
|
|
LintSubdirs($(SUBDIRS))
|
|
|
|
ForceSubdirs($(DEPDIRS) $(SUBDIRS))
|
|
+#endif
|
|
|
|
DEFAULTFONTPATH = DefaultFontPath
|
|
EXTRAMANDEFS = -D__default_font_path__="`echo $(DEFAULTFONTPATH) | sed -e 's/,/, /g'`"
|