aboutsummaryrefslogtreecommitdiff
path: root/misc/ree
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:26 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:26 +0000
commit75045d62d7c59b1f611fcad6b30338738f46ce81 (patch)
treebd86ac2ed1248e83c87c8a6e2273cca341480196 /misc/ree
parent2ab226af09444d316e2d57e14d63c44a74ce9e18 (diff)
downloadports-75045d62d7c59b1f611fcad6b30338738f46ce81.tar.gz
ports-75045d62d7c59b1f611fcad6b30338738f46ce81.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343981
Diffstat (limited to 'misc/ree')
-rw-r--r--misc/ree/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile
index 60e0719a6dae..97375fb40602 100644
--- a/misc/ree/Makefile
+++ b/misc/ree/Makefile
@@ -28,10 +28,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/rom-${PORTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${STAGEDIR}${PREFIX}/bin
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>