summaryrefslogtreecommitdiff
path: root/graphics/ivtools/files/patch-config_Imakefile
blob: 1f6b44182936875b426ac39c9f01922ea718e5e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$FreeBSD$

--- config/Imakefile.orig
+++ config/Imakefile
@@ -8,13 +8,3 @@
 SUBDIRS = InterViews
 
 MakeInSubdirs($(SUBDIRS))
-
-#if !InstallRelative
-install::
-	MakeDir($(CONFIGDIR))
-	$(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(CONFIGDIR)
-
-uninstall::
-	(cd $(CONFIGDIR);$(RM) *.def* template *.mk)
-#endif
-