diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-09 03:05:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-09 03:05:28 +0800 |
commit | 4c1c9dfbcf0654ae91c209afd4ad35384e53950b (patch) | |
tree | 0ee0699a0d3399679deeb288ed0893efba1218f1 /multimedia | |
parent | f394a68a1a9a37ebece98394a412ca2f39d378c1 (diff) | |
download | freebsd-ports-gnome-4c1c9dfbcf0654ae91c209afd4ad35384e53950b.tar.gz freebsd-ports-gnome-4c1c9dfbcf0654ae91c209afd4ad35384e53950b.tar.zst freebsd-ports-gnome-4c1c9dfbcf0654ae91c209afd4ad35384e53950b.zip |
- Respect DESTDIR when checking old versions
PR: ports/196538
Submitted by: Jia-Shiun Li <jiashiun@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in b/multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in new file mode 100644 index 000000000000..08782c036d42 --- /dev/null +++ b/multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in @@ -0,0 +1,13 @@ +--- src/quvi-0.9/quvi/Makefile.in.orig 2015-01-06 23:20:41.370951000 +0800 ++++ src/quvi-0.9/quvi/Makefile.in 2015-01-08 21:58:34.731380089 +0800 +@@ -558,8 +558,8 @@ + + + install-data-local: +- @if test -f $(libquvisubincludedir)/qfunc.h ; then \ +- echo "** Old headers found in $(libquvisubincludedir). You should" ; \ ++ @if test -f $(DESTDIR)$(libquvisubincludedir)/qfunc.h ; then \ ++ echo "** Old headers found in $(DESTDIR)$(libquvisubincludedir). You should" ; \ + echo "** remove the contents of this directory and type 'make " ; \ + echo "** install' again." ; \ + false ; \ |