summaryrefslogtreecommitdiff
path: root/chat/zircon
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-13 23:18:25 +0000
committerrillig <rillig@pkgsrc.org>2018-01-13 23:18:25 +0000
commitf7af8cc66466da03ee5d400edd01fbe41187ed54 (patch)
treee34f0da7ca1cb2c9ecc0ddc131ac1e2994e7a44f /chat/zircon
parent267769bd191c4e184c3dfcb915a20027285f0f72 (diff)
downloadpkgsrc-f7af8cc66466da03ee5d400edd01fbe41187ed54.tar.gz
chat/*: remove unnecessary :Q modifiers
Diffstat (limited to 'chat/zircon')
-rw-r--r--chat/zircon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile
index 2e8141a1c70..6ae5f4c3b45 100644
--- a/chat/zircon/Makefile
+++ b/chat/zircon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/05/30 11:32:22 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/13 23:18:27 rillig Exp $
#
DISTNAME= zircon-1.18.256
@@ -23,7 +23,7 @@ post-extract:
>> ${WRKSRC}/installer/pkgIndex.tcl
do-install:
- @( cd ${WRKSRC} && ${TCLSH} installer/install.tcl -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -p ${DESTDIR:Q} -w ${WISH} -g)
+ @( cd ${WRKSRC} && ${TCLSH} installer/install.tcl -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -p ${DESTDIR} -w ${WISH} -g)
@${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/zircon
.for file in BUGS COPYRIGHT FAQ MANUAL MIRRORS README.ONS README.load README.look README.prefs TODO
@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DESTDIR}${PREFIX}/share/doc/zircon