diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
commit | 8f75236f827c34ceeecf003721ddba4db5044cdb (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/cuetools/Makefile | |
parent | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (diff) | |
download | pkgsrc-8f75236f827c34ceeecf003721ddba4db5044cdb.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/cuetools/Makefile')
-rw-r--r-- | misc/cuetools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile index 4763e5c85a4..49bd1d033f6 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/07/16 16:12:47 jakllsch Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/08 09:57:19 asau Exp $ # DISTNAME= cuetools-1.3.1 @@ -11,7 +11,6 @@ COMMENT= Set of utilities to manipulate cue and toc files LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c GNU_CONFIGURE= yes |