diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-08-09 14:29:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-08-09 14:29:39 +0000 |
commit | 60ef4233ed58a86ecbb8880160e060addf2f7a61 (patch) | |
tree | f4112d045c21697ca6fa7fcb2a234973f150acb3 /lang | |
parent | 20dac3659e1a1bf001918777c3be3021b1c1e9ca (diff) |
Notes
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 |