diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/gst-plugins0.10-vp8 | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/gst-plugins0.10-vp8')
-rw-r--r-- | multimedia/gst-plugins0.10-vp8/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-vp8/Makefile b/multimedia/gst-plugins0.10-vp8/Makefile index f11c999de97..72d0926828d 100644 --- a/multimedia/gst-plugins0.10-vp8/Makefile +++ b/multimedia/gst-plugins0.10-vp8/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2012/09/22 13:48:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/08 09:21:03 asau Exp $ # GST_PLUGINS0.10_NAME= vp8 GST_PLUGINS0.10_DIRS= ext/vp8 PKGREVISION= 3 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" .include "../../multimedia/libvpx/buildlink3.mk" |