diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
commit | 9e335beeddda593403a4cf550fe49f73d4d471fa (patch) | |
tree | 64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /audio/mp3wrap | |
parent | 5789ba0f2983558f8b8c9f1a094883b28bd61774 (diff) | |
download | pkgsrc-9e335beeddda593403a4cf550fe49f73d4d471fa.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'audio/mp3wrap')
-rw-r--r-- | audio/mp3wrap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index acd212cb745..953866878dc 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/11/30 19:06:41 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/02 23:47:59 asau Exp $ # DISTNAME= mp3wrap-0.5-src @@ -11,8 +11,6 @@ HOMEPAGE= http://mp3wrap.sourceforge.net/ COMMENT= Tool to wrap mp3 files into a large one LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/mp3wrap-0.5 GNU_CONFIGURE= yes |