diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nsis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nsis/Makefile b/devel/nsis/Makefile index ae6ff88f4e3..ec13a82731b 100644 --- a/devel/nsis/Makefile +++ b/devel/nsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/15 17:27:19 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/17 16:53:30 rillig Exp $ # DISTNAME= nsis-${NSIS_VER} @@ -30,8 +30,8 @@ INSTALLATION_DIRS= bin share/nsis SUBST_CLASSES+= makensis SUBST_STAGE.makensis= post-patch SUBST_FILES.makensis= makensis.sh -SUBST_SED.makensis= -e s,@@SH@@,${SH:Q}, \ - -e s,@@MAKENSIS@@,${MAKENSIS_BIN:Q}, +SUBST_SED.makensis= -e s,@@SH@@,${SH:Q}, +SUBST_SED.makensis+= -e s,@@MAKENSIS@@,${MAKENSIS_BIN:Q}, post-extract: ${CP} ${FILESDIR:Q}/makensis.sh ${WRKSRC:Q} |