diff options
author | asau <asau> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:20:57 +0000 |
commit | 73aa2b5bf64486588e2630220a4c71617b602c9e (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/mkvtoolnix-old | |
parent | 2f083d8c6c77cc891302a27d1ee0a95ef21b7283 (diff) | |
download | pkgsrc-73aa2b5bf64486588e2630220a4c71617b602c9e.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/mkvtoolnix-old')
-rw-r--r-- | multimedia/mkvtoolnix-old/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mkvtoolnix-old/Makefile b/multimedia/mkvtoolnix-old/Makefile index 68519359d3b..7e0d8e619f2 100644 --- a/multimedia/mkvtoolnix-old/Makefile +++ b/multimedia/mkvtoolnix-old/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/10/02 17:11:41 tron Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/08 09:21:09 asau Exp $ DISTNAME= mkvtoolnix-2.9.8 PKGREVISION= 20 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.bunkus.org/videotools/mkvtoolnix/ COMMENT= Matroska tools, old version for build with g++-4.1 LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes |