diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:44:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:44:04 +0000 |
commit | 3631e2333a8700d4f00d6caa681ba17d7687babf (patch) | |
tree | 745f97af838071739e1b6070acbf4862962b5405 /net/tn5250j | |
parent | - Keep la files, this fixes bacula-server build (diff) |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'net/tn5250j')
-rw-r--r-- | net/tn5250j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tn5250j/Makefile b/net/tn5250j/Makefile index 4ed4266e5755..55c919e4b0e1 100644 --- a/net/tn5250j/Makefile +++ b/net/tn5250j/Makefile @@ -41,16 +41,16 @@ DOC_FILES= CHANGELOG.txt applet.txt filetransfers.txt readme.txt antbuild.txt\ SUB_FILES= tn5250j SUB_LIST= JYTHON_JAR=${JYTHON_JAR} +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKDIR}/tn5250j ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/build/tn5250j.jar ${STAGEDIR}${JAVAJARDIR} post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} .for d in ${DOC_FILES} ${INSTALL_MAN} ${WRKSRC}/src/${d} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |