aboutsummaryrefslogtreecommitdiff
path: root/lang/pure
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-09 14:29:39 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-09 14:29:39 +0000
commit60ef4233ed58a86ecbb8880160e060addf2f7a61 (patch)
treef4112d045c21697ca6fa7fcb2a234973f150acb3 /lang/pure
parent20dac3659e1a1bf001918777c3be3021b1c1e9ca (diff)
downloadports-60ef4233ed58a86ecbb8880160e060addf2f7a61.tar.gz
ports-60ef4233ed58a86ecbb8880160e060addf2f7a61.zip
Notes
Diffstat (limited to 'lang/pure')
-rw-r--r--lang/pure/Makefile2
-rw-r--r--lang/pure/bsd.pure.mk2
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