1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/ivtools/files/patch-config::Imakefile
Ying-Chieh Liao beec59fb43 add ivtools 1.0.3
Drawing editors derived from idraw

PR:		36316
Submitted by:	Scott Johnston <scott@accom.com>
2002-03-28 04:53:30 +00:00

16 lines
340 B
Plaintext

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