diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-22 07:29:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-22 07:29:58 +0000 |
commit | be643f0aafcd7f1ea7e49b0f71885a2d99d7eeb4 (patch) | |
tree | d676b5a5836c4fc2ef4efbe02823ec2e289001ab /x11-servers/XttXF86srv-common/files/patch-z03 | |
parent | Remove a couple of generic-looking directories with @unexec rmdir. (diff) |
Don't install imake config files which will overwrite XFree86 versions
and will thus screw up XFree86 when you pkg_delete this port.
Submitted by: reg
Notes
Notes:
svn path=/head/; revision=32980
Diffstat (limited to 'x11-servers/XttXF86srv-common/files/patch-z03')
-rw-r--r-- | x11-servers/XttXF86srv-common/files/patch-z03 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-common/files/patch-z03 b/x11-servers/XttXF86srv-common/files/patch-z03 new file mode 100644 index 000000000000..373a4199faaf --- /dev/null +++ b/x11-servers/XttXF86srv-common/files/patch-z03 @@ -0,0 +1,14 @@ +--- lib/font/X-TrueType/Imakefile.orig Thu Sep 14 01:55:53 2000 ++++ lib/font/X-TrueType/Imakefile Thu Sep 14 01:56:07 2000 +@@ -54,10 +54,7 @@ + XTT_CONFIG_SRCDIR = $(TOP)/config/cf + XTT_CONFIG_FILES = \ + $(XTT_CONFIG_SRCDIR)/xtt.tmpl $(XTT_CONFIG_SRCDIR)/xttMod.tmpl \ +- $(XTT_CONFIG_SRCDIR)/xttsite.def $(XTT_CONFIG_SRCDIR)/Imake.rules \ +- $(XTT_CONFIG_SRCDIR)/Imake.tmpl $(XTT_CONFIG_SRCDIR)/X11.tmpl \ +- $(XTT_CONFIG_SRCDIR)/bsdLib.rules $(XTT_CONFIG_SRCDIR)/ibmLib.rules \ +- $(XTT_CONFIG_SRCDIR)/linux.cf ++ $(XTT_CONFIG_SRCDIR)/xttsite.def + # if XTrueTypeInstallConfigFiles + InstallMultipleDestFlags(install,$(XTT_CONFIG_FILES),$(CONFIGDIR),$(INSTDATFLAGS)) + # endif |