summaryrefslogtreecommitdiff
path: root/devel/fromcvs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-13 01:34:27 +0000
committerwiz <wiz@pkgsrc.org>2007-05-13 01:34:27 +0000
commit478ea66a3f19faab93efdc903742de13cf1d6acf (patch)
treefb58586c7b4471a51ebcd61448ac1d6fd5635a3e /devel/fromcvs
parente310d0d05156a01d1289b65476fa44a951564059 (diff)
downloadpkgsrc-478ea66a3f19faab93efdc903742de13cf1d6acf.tar.gz
Use better quoting when creating the run scripts. From rillig@.
Diffstat (limited to 'devel/fromcvs')
-rw-r--r--devel/fromcvs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fromcvs/Makefile b/devel/fromcvs/Makefile
index db0f2c340bb..9f3766cd471 100644
--- a/devel/fromcvs/Makefile
+++ b/devel/fromcvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/04/21 11:51:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/05/13 01:34:27 wiz Exp $
DISTNAME= 7a1ad0af8464
# Last part of PKGNAME is changeset number
@@ -22,9 +22,9 @@ DIST_SUBDIR= fromcvs
do-build:
${ECHO} "#!/bin/sh" > ${WRKSRC}/togit
- ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/togit.rb \"$$""@\"" >> ${WRKSRC}/togit
+ ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/togit.rb \"\$$@\"" >> ${WRKSRC}/togit
${ECHO} "#!/bin/sh" > ${WRKSRC}/tohg
- ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/tohg.rb \"$$""@\"" >> ${WRKSRC}/tohg
+ ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/tohg.rb \"\$$@\"" >> ${WRKSRC}/tohg
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fromcvs