summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 16:53:30 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 16:53:30 +0000
commit59aa9a04053ee42b56f9d45422ce8ab3ccff3f1e (patch)
tree2a0a8873fbe74ae05d770758024c112b609f8299 /devel
parent925e4b7eca492673535b30d9a5573e09a8419890 (diff)
downloadpkgsrc-59aa9a04053ee42b56f9d45422ce8ab3ccff3f1e.tar.gz
Fixed a pkglint warning.
Diffstat (limited to 'devel')
-rw-r--r--devel/nsis/Makefile6
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}