aboutsummaryrefslogtreecommitdiff
path: root/biology/avida/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/avida/Makefile')
-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>