diff options
Diffstat (limited to 'graphics/ivtools/files/patch-config::Imakefile')
-rw-r--r-- | graphics/ivtools/files/patch-config::Imakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/ivtools/files/patch-config::Imakefile b/graphics/ivtools/files/patch-config::Imakefile new file mode 100644 index 000000000000..a18353b963d9 --- /dev/null +++ b/graphics/ivtools/files/patch-config::Imakefile @@ -0,0 +1,15 @@ +--- config/Imakefile.orig Mon Jul 16 10:10:06 2001 ++++ config/Imakefile Wed Mar 27 12:18:06 2002 +@@ -9,12 +9,3 @@ + + MakeInSubdirs($(SUBDIRS)) + +-#if !InstallRelative +-install:: +- MakeDir($(CONFIGDIR)) +- $(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(CONFIGDIR) +- +-uninstall:: +- (cd $(CONFIGDIR);$(RM) *.def* template *.mk) +-#endif +- |