diff options
author | asau <asau> | 2012-09-11 23:59:21 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:59:21 +0000 |
commit | 6ea1c225bfa0c1a1f8e0a22b70249f5ada5388ef (patch) | |
tree | 011efb64c2dff0007fc4e44276be4eb732e9d256 /audio/id3v2 | |
parent | d5ae29c067f185967ce21d0beea1d8708c105a24 (diff) | |
download | pkgsrc-6ea1c225bfa0c1a1f8e0a22b70249f5ada5388ef.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'audio/id3v2')
-rw-r--r-- | audio/id3v2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index e56c6b56d66..17826739f72 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/04/26 08:32:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:40 asau Exp $ DISTNAME= id3v2-0.1.12 CATEGORIES= audio @@ -11,7 +11,6 @@ COMMENT= Command line editor for id3v2 tags LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c++ USE_TOOLS+= gmake |