diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-16 18:18:07 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-16 18:18:07 +0000 |
| commit | 5e05f453aedff40f0f045de1dff1b04f347dc060 (patch) | |
| tree | 883950753a2363a8d897c17047f852bb06b04c47 /graphics/py-pyglet | |
| parent | - Reassign maintainership (diff) | |
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe
Diffstat (limited to 'graphics/py-pyglet')
| -rw-r--r-- | graphics/py-pyglet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index cb221728ab35..2f5564f75d16 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -33,7 +33,7 @@ IGNORE= crashes or doesn't work on !i386 .endif post-install: - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ .include <bsd.port.mk> |
