summaryrefslogtreecommitdiff
path: root/audio/mp3asm/Makefile
diff options
context:
space:
mode:
authorasau <asau>2012-10-02 23:47:56 +0000
committerasau <asau>2012-10-02 23:47:56 +0000
commit69a7bce5ba4482f4d34a457cb1e82b05d10fd8a9 (patch)
tree64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /audio/mp3asm/Makefile
parent5271dd29a2c126cd5153b55ac5917360d0265609 (diff)
downloadpkgsrc-69a7bce5ba4482f4d34a457cb1e82b05d10fd8a9.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'audio/mp3asm/Makefile')
-rw-r--r--audio/mp3asm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile
index d1e393f8052..20b595cb729 100644
--- a/audio/mp3asm/Makefile
+++ b/audio/mp3asm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/12/17 19:58:36 abs Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/02 23:47:58 asau Exp $
#
DISTNAME= mp3asm-0.1.3-1
@@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR}/mp3asm-0.1
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= share/doc/mp3asm
-PKG_DESTDIR_SUPPORT=user-destdir
post-patch:
${SED} "s/getprogname/_getprogname/g" ${WRKSRC}/src/mp3asm.c \