- Add NO_ARCH
- Switch to options helpers
This commit is contained in:
parent
2223a7ff1e
commit
327605b3cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402903
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ USE_JAVA= yes
|
|||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
@ -32,6 +33,8 @@ do-install:
|
|||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/jMusic${PORTVERSION}.jar \
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} inst ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue