From 60ef4233ed58a86ecbb8880160e060addf2f7a61 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 9 Aug 2013 14:29:39 +0000 Subject: Minor last-minute changes missed in recent previous commits. --- lang/pure/Makefile | 2 +- lang/pure/bsd.pure.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/pure') 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 -- cgit v1.2.3