summaryrefslogtreecommitdiff
path: root/graphics/ivtools/patches/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ivtools/patches/patch-bf')
-rw-r--r--graphics/ivtools/patches/patch-bf18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/ivtools/patches/patch-bf b/graphics/ivtools/patches/patch-bf
new file mode 100644
index 00000000000..46c3f9431a0
--- /dev/null
+++ b/graphics/ivtools/patches/patch-bf
@@ -0,0 +1,18 @@
+$NetBSD: patch-bf,v 1.1 2010/04/05 22:52:23 markd Exp $
+
+--- config/Imakefile.orig 2003-10-22 18:13:38.000000000 +0000
++++ config/Imakefile
+@@ -11,10 +11,10 @@ MakeInSubdirs($(SUBDIRS))
+
+ #if !InstallRelative
+ install::
+- MakeDir($(CONFIGDIR))
+- $(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(CONFIGDIR)
++ MakeDir($(DESTDIR)$(CONFIGDIR))
++ $(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(DESTDIR)$(CONFIGDIR)
+
+ uninstall::
+- (cd $(CONFIGDIR);$(RM) *.def* template *.mk)
++ (cd $(DESTDIR)$(CONFIGDIR);$(RM) *.def* template *.mk)
+ #endif
+