aboutsummaryrefslogtreecommitdiffstats
path: root/net/corkscrew
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:34 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:34 +0800
commit0e688458a075b57e946f57b258a0d1fd555fb14e (patch)
tree9de2f51817231a426e5efed64dc9f54e49969284 /net/corkscrew
parent30197847e0f848102332c64c5f3f14d423baa780 (diff)
downloadfreebsd-ports-gnome-0e688458a075b57e946f57b258a0d1fd555fb14e.tar.gz
freebsd-ports-gnome-0e688458a075b57e946f57b258a0d1fd555fb14e.tar.zst
freebsd-ports-gnome-0e688458a075b57e946f57b258a0d1fd555fb14e.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'net/corkscrew')
-rw-r--r--net/corkscrew/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile
index 961927179294..e3ae684f39ac 100644
--- a/net/corkscrew/Makefile
+++ b/net/corkscrew/Makefile
@@ -20,11 +20,9 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>