aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:47 +0000
commit6b44bed7f834648414d7df122f1f2b137d61c620 (patch)
treeccc35056503b9f755b493e23dc41ded9b96d85ca /comms
parent3dafa20a643d6698c628a30bb0f2e0db8f93d6e8 (diff)
downloadports-6b44bed7f834648414d7df122f1f2b137d61c620.tar.gz
ports-6b44bed7f834648414d7df122f1f2b137d61c620.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/remserial/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile
index 09a3a3899550..c393a5e46ccd 100644
--- a/comms/remserial/Makefile
+++ b/comms/remserial/Makefile
@@ -23,9 +23,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>