summaryrefslogtreecommitdiff
path: root/audio/mp3asm
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-04-28 16:54:04 +0000
committerzuntum <zuntum>2002-04-28 16:54:04 +0000
commit1304a40a62ee3fff993b617ce8e5b3096aadc00e (patch)
tree97f1a53974f1cb30b689065628ec9139bd481bbe /audio/mp3asm
parentcd6e58e260907964a6c182bbb85235b974a07a84 (diff)
downloadpkgsrc-1304a40a62ee3fff993b617ce8e5b3096aadc00e.tar.gz
Do the sed part a bit differently
Diffstat (limited to 'audio/mp3asm')
-rw-r--r--audio/mp3asm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile
index 8c1a8a6e23d..062b65760ef 100644
--- a/audio/mp3asm/Makefile
+++ b/audio/mp3asm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/28 16:51:05 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/28 16:54:04 zuntum Exp $
#
DISTNAME= mp3asm-0.1.3
@@ -14,9 +14,9 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/mp3asm-0.1
post-patch:
- ${MV} ${WRKSRC}/src/mp3asm.c ${WRKSRC}/src/mp3asm.c.orig
- ${SED} "s/getprogname/_getprogname/g" ${WRKSRC}/src/mp3asm.c.orig \
- > ${WRKSRC}/src/mp3asm.c
+ ${SED} "s/getprogname/_getprogname/g" ${WRKSRC}/src/mp3asm.c \
+ > ${WRKSRC}/src/mp3asm.c.done
+ ${MV} ${WRKSRC}/src/mp3asm.c.done ${WRKSRC}/src/mp3asm.c
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mp3asm