From 6183fb628553d9b85fbfaefb90bf693d9f082eec Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 17 Jun 2006 16:53:30 +0000 Subject: Fixed a pkglint warning. --- devel/nsis/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/nsis/Makefile') 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} -- cgit v1.2.3