summaryrefslogtreecommitdiff
path: root/net/tcpflow
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-28 13:39:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-28 13:39:56 +0000
commite638299edcfecb35838ad7fad0b71c4fa5ed7639 (patch)
tree30df43bd9eff2c4d3d713edce11d9d1da280e753 /net/tcpflow
parent- Fix shebangs (diff)
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395483
Diffstat (limited to 'net/tcpflow')
-rw-r--r--net/tcpflow/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile
index d2dfddce0d95..5d2c9ec6ea35 100644
--- a/net/tcpflow/Makefile
+++ b/net/tcpflow/Makefile
@@ -24,12 +24,8 @@ PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>