summaryrefslogtreecommitdiff
path: root/audio/mp3asm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3asm/Makefile')
-rw-r--r--audio/mp3asm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile
index 84d4ecbda89..1283224b6eb 100644
--- a/audio/mp3asm/Makefile
+++ b/audio/mp3asm/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2002/04/28 22:31:20 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:07 jmmv Exp $
#
DISTNAME= mp3asm-0.1.3
+WRKSRC= ${WRKDIR}/mp3asm-0.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3asm/}
EXTRACT_SUFX= .tar.bz2
@@ -12,8 +13,6 @@ COMMENT= mpeg 1/2/2.5 audio layer 1,2,3 frame level editor
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/mp3asm-0.1
-
post-patch:
${SED} "s/getprogname/_getprogname/g" ${WRKSRC}/src/mp3asm.c \
> ${WRKSRC}/src/mp3asm.c.done