summaryrefslogtreecommitdiff
path: root/biology/avida
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-08-19 13:29:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-08-19 13:29:59 +0000
commitbb271f0bf7b513a23a31da4ec8819b113ebf4587 (patch)
treeac5a462edc3d85d5f0b20a594802ce4b12f0bf9f /biology/avida
parentHand back to the maintainer, this time without a typo in the address. (diff)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
Notes
Notes: svn path=/head/; revision=394778
Diffstat (limited to 'biology/avida')
-rw-r--r--biology/avida/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 7ad734e2cce8..eabcb09fb2d8 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -34,8 +34,6 @@ BROKEN_ia64= Does not compile: invokes i386 asm
BROKEN_powerpc= Does not compile: invokes i386 asm
BROKEN_sparc64= Does not compile: invokes i386 asm
-.include <bsd.port.options.mk>
-
post-patch:
@${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \
${REINPLACE_CMD} -e \
@@ -63,10 +61,9 @@ do-install:
(cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.org \
${STAGEDIR}${PREFIX}/lib/${PORTNAME})
-.if ${PORT_OPTIONS:MDOCS}
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/avida-core/documentation && ${COPYTREE_SHARE} . \
${STAGEDIR}${DOCSDIR})
-.endif
.include <bsd.port.mk>