diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-19 08:43:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-19 08:43:29 +0000 |
commit | 271f7e64f1ad7e0634189f04bb7552b9c1739c3c (patch) | |
tree | 997cb6653ef9b27c0fd3d6d2717117f5ca5969b9 /graphics/gimp/files/patch-..::mpeg_lib-1.3.1::Makefile.in | |
parent | Correct PLIST_SUB so one plug-in doesn't overwrite the other's (diff) |
* Update to 1.3.12
* Add optional support for Python-Fu [1]
* De-pkg-comment
* Remove dead mpeg support
PR: 48181 [1]
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> [1]
Diffstat (limited to 'graphics/gimp/files/patch-..::mpeg_lib-1.3.1::Makefile.in')
-rw-r--r-- | graphics/gimp/files/patch-..::mpeg_lib-1.3.1::Makefile.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/gimp/files/patch-..::mpeg_lib-1.3.1::Makefile.in b/graphics/gimp/files/patch-..::mpeg_lib-1.3.1::Makefile.in deleted file mode 100644 index e9163f5a33c4..000000000000 --- a/graphics/gimp/files/patch-..::mpeg_lib-1.3.1::Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- ../mpeg_lib-1.3.1/Makefile.in.orig Thu Nov 26 11:03:29 1998 -+++ ../mpeg_lib-1.3.1/Makefile.in Tue Jul 9 22:28:11 2002 -@@ -19,7 +19,7 @@ - exec_prefix = @exec_prefix@ - INSTALL_INCLUDE = @includedir@ - INSTALL_LIBRARY = @libdir@ --INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ - - # Other miscellaneous programs - AR = @AR@ -@@ -67,10 +67,9 @@ - $(CC) -shared -o $(SHLIB) $(LIBOBJ) - - install: $(LIBRARY) -- $(INSTALL) -d $(INSTALL_INCLUDE) $(INSTALL_LIBRARY) -- $(INSTALL) -m 0644 $(HEADER) $(INSTALL_INCLUDE)/$(HEADER) -- $(INSTALL) -m 0644 $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY) -- @if test -f $(SHLIB) ; then echo "warning: $(SHLIB) *not* installed (installing shared libraries is too system-specific)" ; fi -+ $(MKDIR) $(INSTALL_INCLUDE) $(INSTALL_LIBRARY) -+ $(INSTALL_DATA) $(HEADER) $(INSTALL_INCLUDE)/$(HEADER) -+ $(INSTALL_DATA) $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY) - - clean: - rm -f $(LIBRARY) $(EXTRAS) $(LIBOBJ) core |