aboutsummaryrefslogtreecommitdiff
path: root/french/homard
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:22:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:22:31 +0000
commit5133ab837780e8e418c31a85646de65a5a1d9807 (patch)
tree9e0c0b3e4f5111f0a2ac943974f937fbec41b6f2 /french/homard
parent8b1cff41a7eaa93a8ad362c3a30bbf9c7d829da9 (diff)
downloadports-5133ab837780e8e418c31a85646de65a5a1d9807.tar.gz
ports-5133ab837780e8e418c31a85646de65a5a1d9807.zip
Notes
Diffstat (limited to 'french/homard')
-rw-r--r--french/homard/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/french/homard/Makefile b/french/homard/Makefile
index 090463f0439d..2af25694769c 100644
--- a/french/homard/Makefile
+++ b/french/homard/Makefile
@@ -38,6 +38,8 @@ DOCS= A_Lire.txt Readme.txt
PLIST_SUB= HOMARDDIR=${LHOMARDDIR} AHPY=${LHOMARDDIR}/${AHPY} \
UNAMES=${OPSYS} HOMARDPG=${HOMARDPG} ASTER_TOOLS=${ASTER_TOOLS}
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
@@ -69,17 +71,13 @@ do-install:
${MKDIR} ${STAGEDIR}${ASTER_TOOLS}/
${LN} -fs ${HOMARDDIR}/homard ${STAGEDIR}${ASTER_TOOLS}/
${LN} -fs ${HOMARDDIR}/aster_homard_py ${STAGEDIR}${ASTER_TOOLS}/
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
-.if !defined(NOPORTEXAMPLES)
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/Linux64/CAS_TESTS && ${COPYTREE_SHARE} . \
${STAGEDIR}${EXAMPLESDIR})
-.endif
.include "${.CURDIR}/../../french/aster/bsd.aster.mk"
.include <bsd.port.post.mk>