diff options
author | agc <agc> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-08 10:53:55 +0000 |
commit | 2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /audio/rplay | |
parent | 1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff) | |
download | pkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 423fa5652bb..53f44992cff 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/06/18 16:15:11 agc Exp $ +# $NetBSD: Makefile,v 1.13 1999/03/08 10:53:55 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -24,7 +24,7 @@ pre-configure: chmod +x ${WRKSRC}/configure post-build: - cd ${WRKSRC}/doc ; make info + cd ${WRKSRC}/doc ; ${MAKE} info post-install: @if [ ! -f ${PREFIX}/etc/rc.d/rplayd.sh ]; then \ |