diff options
Diffstat (limited to 'audio/mikmod/Makefile')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 1aba920e756..c2c0b9ed3c7 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/07/06 07:54:35 jlam Exp $ +# $NetBSD: Makefile,v 1.18 1999/12/28 04:20:03 wiz Exp $ # DISTNAME= mikmod-3.0.3 @@ -14,7 +14,7 @@ DEPENDS+= ncurses-4.2:../../devel/ncurses USE_GMAKE= yes post-patch: - chmod a+x ${WRKSRC}/build-mikmod.netbsd.sh + ${CHMOD} a+x ${WRKSRC}/build-mikmod.netbsd.sh do-build: @( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build-mikmod.netbsd.sh ) |