Really install samples.
This commit is contained in:
parent
d432bec412
commit
902f3b04d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292068
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ do-install:
|
|||
.if !defined(NOPORTEXAMPLES)
|
||||
@${ECHO} -n ">> Installing examples in ${EXAMPLESDIR}..."
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/samples && ${COPYTREE_SHARE} javax org ${EXAMPLESDIR})
|
||||
@(cd ${WRKSRC}/samples && ${COPYTREE_SHARE} "javax org" ${EXAMPLESDIR})
|
||||
@${ECHO} " [ DONE ]"
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue