summaryrefslogtreecommitdiff
path: root/cad/simian-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/simian-docs/Makefile')
-rw-r--r--cad/simian-docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/simian-docs/Makefile b/cad/simian-docs/Makefile
index c25785f46c2..151dba5ae6b 100644
--- a/cad/simian-docs/Makefile
+++ b/cad/simian-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/05/02 02:27:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:15 wiz Exp $
#
DISTNAME= simian_man_12_98
@@ -25,6 +25,6 @@ NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/simian
- ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/doc/simian
+ ${INSTALL_DATA} ${DISTDIR}/${DISTFILES:Q} ${PREFIX}/share/doc/simian
.include "../../mk/bsd.pkg.mk"