1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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:
Mikhail Teterin 2015-05-12 23:52:09 +00:00
parent 9b05cbceba
commit 3b6067ed8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386183

View File

@ -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}