aboutsummaryrefslogtreecommitdiff
path: root/graphics/piddle
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/piddle')
-rw-r--r--graphics/piddle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/piddle/Makefile b/graphics/piddle/Makefile
index bba38394bea9..33929b49f17e 100644
--- a/graphics/piddle/Makefile
+++ b/graphics/piddle/Makefile
@@ -20,7 +20,7 @@ PORTDOCS= *
post-install:
.if ${PORT_OPTIONS:MDOCS}
- (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
+ (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>