mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f663d9082e
- 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
20 lines
324 B
Plaintext
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
|
|
-
|