diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-10 15:39:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-10 15:39:09 +0000 |
commit | ffa3bf9e8a4b2d13b4937d7213dca6d4ecc894f3 (patch) | |
tree | 2b91c4e698fbd4c9f9c49eba82c8f82f14522eeb /math/plplot/files/patch-drivers::Makefile.in | |
parent | - Update to version 1.6.2 (diff) |
- Update to version 5.3.0
PR: ports/62641
Submitted by: Ports Fury
Diffstat (limited to 'math/plplot/files/patch-drivers::Makefile.in')
-rw-r--r-- | math/plplot/files/patch-drivers::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/plplot/files/patch-drivers::Makefile.in b/math/plplot/files/patch-drivers::Makefile.in new file mode 100644 index 000000000000..841d12d59ace --- /dev/null +++ b/math/plplot/files/patch-drivers::Makefile.in @@ -0,0 +1,11 @@ +--- drivers/Makefile.in.orig Mon Feb 2 20:41:02 2004 ++++ drivers/Makefile.in Tue Feb 10 01:44:02 2004 +@@ -2069,7 +2069,7 @@ + + info-am: + +-install-data-am: install-docDATA install-driversDATA \ ++install-data-am: install-driversDATA \ + install-driversLTLIBRARIES + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook |