1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/ivtools/files/patch-config_Imakefile
Simon L. B. Nielsen f663d9082e - Upgrade to 1.2.3.
- Use external libtiff.
- Unmark FORBIDDEN.
- Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now
  (at least the platforms I could test).

Initial upgrade work by:	fenner
2006-04-14 17:38:45 +00:00

20 lines
324 B
Plaintext

$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
-