diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-12 18:15:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-12 18:15:20 +0000 |
commit | 1732752dddf5a066e6fae2a031fda8e326962eea (patch) | |
tree | 2308013de993af40d51743576500f190a45e68b3 /graphics/gimp-devel/files/patch-..::mpeg_lib-1.3.1::Makefile.in | |
parent | a75250228c345e8d860cb05c2f8b6a32997b8888 (diff) | |
download | ports-1732752dddf5a066e6fae2a031fda8e326962eea.tar.gz ports-1732752dddf5a066e6fae2a031fda8e326962eea.zip |
Notes
Diffstat (limited to 'graphics/gimp-devel/files/patch-..::mpeg_lib-1.3.1::Makefile.in')
-rw-r--r-- | graphics/gimp-devel/files/patch-..::mpeg_lib-1.3.1::Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-..::mpeg_lib-1.3.1::Makefile.in b/graphics/gimp-devel/files/patch-..::mpeg_lib-1.3.1::Makefile.in new file mode 100644 index 000000000000..e9163f5a33c4 --- /dev/null +++ b/graphics/gimp-devel/files/patch-..::mpeg_lib-1.3.1::Makefile.in @@ -0,0 +1,25 @@ +--- ../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 |