diff options
author | rillig <rillig> | 2006-06-17 16:53:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-17 16:53:30 +0000 |
commit | 6183fb628553d9b85fbfaefb90bf693d9f082eec (patch) | |
tree | 2a0a8873fbe74ae05d770758024c112b609f8299 /devel/nsis | |
parent | a8ab59bbba434e4aa2d83806db2bcb19ec7cbabc (diff) | |
download | pkgsrc-6183fb628553d9b85fbfaefb90bf693d9f082eec.tar.gz |
Fixed a pkglint warning.
Diffstat (limited to 'devel/nsis')
-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} |