diff options
Diffstat (limited to 'devel/jsap/Makefile')
-rw-r--r-- | devel/jsap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/jsap/Makefile b/devel/jsap/Makefile index d13bd4230894..7d802757e0ba 100644 --- a/devel/jsap/Makefile +++ b/devel/jsap/Makefile @@ -14,6 +14,7 @@ COMMENT= Java package to parse command-line arguments USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * @@ -23,6 +24,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/lib/${DISTNAME}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +do-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |