diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pure/Makefile | 2 | ||||
-rw-r--r-- | lang/pure/bsd.pure.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 794962932a6d..e366286e3ca0 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -85,7 +85,7 @@ post-install: .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/lang/pure/bsd.pure.mk b/lang/pure/bsd.pure.mk index c05529e1c0c6..7aa4cdec3dc6 100644 --- a/lang/pure/bsd.pure.mk +++ b/lang/pure/bsd.pure.mk @@ -88,7 +88,7 @@ PORTEXAMPLES= * post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .endif |