diff options
author | agc <agc@pkgsrc.org> | 1998-11-12 15:45:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-12 15:45:09 +0000 |
commit | 48d6755d00418d3eb2037f79735fda8556843df2 (patch) | |
tree | 1319ba94282651e3e215b6ec29984389458486a6 /audio/mpg123 | |
parent | cbc3b1344b8c19581a5e0a9445dff7697097884e (diff) | |
download | pkgsrc-48d6755d00418d3eb2037f79735fda8556843df2.tar.gz |
s/cp/${CP}/
s/files/${FILESDIR}/
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 2d92fac396a..72413ab82df 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/10/30 03:11:51 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1998/11/12 15:45:09 agc Exp $ # DISTNAME= mpg123-0.59o @@ -17,6 +17,6 @@ ALL_TARGET= netbsd MAKE_FLAGS+= PREFIX="${PREFIX}" post-patch: - cp files/decode_i586_.s ${WRKSRC}/ + ${CP} ${FILESDIR}/decode_i586_.s ${WRKSRC}/ .include "../../mk/bsd.pkg.mk" |