Project is now under the Apache 2.0 license, which is included in the
distribution.
This commit is contained in:
parent
c28ee89c6d
commit
3098978024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122732
@ -43,14 +43,12 @@ BUILD_DEPENDS+= ${JAVALIBDIR}/logkit.jar:${PORTSDIR}/java/avalon-logkit
|
||||
ALL_TARGET= compile
|
||||
.if !defined(NOPORTDOCS)
|
||||
ALL_TARGET+= javadoc
|
||||
PORTDOCS= api LICENSE
|
||||
OTHERDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||
PORTDOCS= api ${OTHERDOCS}
|
||||
.endif
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
|
||||
post-extract:
|
||||
@${CP} ${PORTSDIR}/java/jakarta-commons-beanutils/files/LICENSE ${WRKSRC}/
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/target/${JARFILE} ${JAVAJARDIR}/${JARFILE}
|
||||
@ -61,7 +59,7 @@ do-install:
|
||||
@cd ${WRKSRC}/dist/docs \
|
||||
&& ${FIND} api -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
|
||||
&& ${FIND} api -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
|
||||
@${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}/
|
||||
@${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
@${ECHO_MSG} " ${PORTDOCS} [ DONE ]"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user