diff options
Diffstat (limited to 'graphics/ivtools/files/patch-config::InterViews::Imakefile')
-rw-r--r-- | graphics/ivtools/files/patch-config::InterViews::Imakefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/ivtools/files/patch-config::InterViews::Imakefile b/graphics/ivtools/files/patch-config::InterViews::Imakefile new file mode 100644 index 000000000000..c995111b55ed --- /dev/null +++ b/graphics/ivtools/files/patch-config::InterViews::Imakefile @@ -0,0 +1,16 @@ +--- config/InterViews/Imakefile.orig Mon Jul 16 10:11:11 2001 ++++ config/InterViews/Imakefile Wed Mar 27 12:18:06 2002 +@@ -6,13 +6,4 @@ + + IvmkcmTargets($(PACKAGE)) + +-#if !InstallRelative +-install:: +- MakeDir($(CONFIGDIR)/InterViews) +- $(INSTALL) -c $(INSTINCFLAGS) *.cf $(CONFIGDIR)/InterViews +- +-uninstall:: +- (cd $(CONFIGDIR)/InterViews; $(RM) *.cf) +-#endif +- + |