diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-22 02:17:31 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-22 02:17:31 +0000 |
commit | 6565e97f819356a01776f6d6e733dc4bf153c3db (patch) | |
tree | e96412c8b0520897410168cc7ee6e7ca8461dc9c /graphics/piddle | |
parent | 991f9b23685419c09e716a6d9ea30ff49a3cf1d0 (diff) |
Notes
Diffstat (limited to 'graphics/piddle')
-rw-r--r-- | graphics/piddle/Makefile | 2 |
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> |