aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:47 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:47 +0800
commitd83f60d95db624e466d234687e33b2e9bd09635e (patch)
treeccc35056503b9f755b493e23dc41ded9b96d85ca /comms
parent81b10448c2c15bb4d197cc1bbd7f59c9d6beac07 (diff)
downloadfreebsd-ports-gnome-d83f60d95db624e466d234687e33b2e9bd09635e.tar.gz
freebsd-ports-gnome-d83f60d95db624e466d234687e33b2e9bd09635e.tar.zst
freebsd-ports-gnome-d83f60d95db624e466d234687e33b2e9bd09635e.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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>