diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:26 +0800 |
commit | 4ea4fc774600a6e4469d218b12d29955c59f2770 (patch) | |
tree | bd86ac2ed1248e83c87c8a6e2273cca341480196 /misc/ree/Makefile | |
parent | 56564ebb1f6bb8471693b3ef916e79fa96a45d10 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |