aboutsummaryrefslogtreecommitdiff
path: root/graphics/piddle
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2013-03-22 02:17:31 +0000
committerBeech Rintoul <beech@FreeBSD.org>2013-03-22 02:17:31 +0000
commit6565e97f819356a01776f6d6e733dc4bf153c3db (patch)
treee96412c8b0520897410168cc7ee6e7ca8461dc9c /graphics/piddle
parent991f9b23685419c09e716a6d9ea30ff49a3cf1d0 (diff)
downloadports-6565e97f819356a01776f6d6e733dc4bf153c3db.tar.gz
ports-6565e97f819356a01776f6d6e733dc4bf153c3db.zip
- Use "." with copytree
Notes
Notes: svn path=/head/; revision=314887
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>