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/vlc | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 9faea78a95c..ba52876db7b 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2012/10/03 21:56:51 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2012/10/08 09:21:14 asau Exp $ # DISTNAME= vlc-${VLC_VERSION} @@ -17,7 +17,6 @@ LICENSE= gnu-gpl-v2 CONFLICTS= vlc07-[0-9]* vlc08-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= gmake perl pkg-config \ autoconf automake autoreconf |