Follow portlint's recommendation to NOT hide an install-command under @.
Use this opportunity to correct an error in an earlier commit, which referenced an incorrect PR. The correct number is: PR: 199869
This commit is contained in:
@@ -63,7 +63,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} "s,/usr/local,${PREFIX}," ${WRKSRC}/build.xml
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/build/lib/je.jar ${STAGEDIR}${JAVAJARDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/build/lib/je.jar ${STAGEDIR}${JAVAJARDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
Reference in New Issue
Block a user