From 48d6755d00418d3eb2037f79735fda8556843df2 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 12 Nov 1998 15:45:09 +0000 Subject: s/cp/${CP}/ s/files/${FILESDIR}/ --- audio/mpg123/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mpg123/Makefile') 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" -- cgit v1.2.3