aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ree/Makefile
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:26 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:26 +0800
commit4ea4fc774600a6e4469d218b12d29955c59f2770 (patch)
treebd86ac2ed1248e83c87c8a6e2273cca341480196 /misc/ree/Makefile
parent56564ebb1f6bb8471693b3ef916e79fa96a45d10 (diff)
downloadfreebsd-ports-gnome-4ea4fc774600a6e4469d218b12d29955c59f2770.tar.gz
freebsd-ports-gnome-4ea4fc774600a6e4469d218b12d29955c59f2770.tar.zst
freebsd-ports-gnome-4ea4fc774600a6e4469d218b12d29955c59f2770.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'misc/ree/Makefile')
-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>