aboutsummaryrefslogtreecommitdiff
path: root/net/wmnetload
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/wmnetload
parent3c87974395c0f207b0768da251c721e0125b48b7 (diff)
downloadports-e638299edcfecb35838ad7fad0b71c4fa5ed7639.tar.gz
ports-e638299edcfecb35838ad7fad0b71c4fa5ed7639.zip
Notes
Diffstat (limited to 'net/wmnetload')
-rw-r--r--net/wmnetload/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/wmnetload/Makefile b/net/wmnetload/Makefile
index 78c5d70d86b2..47368ed10626 100644
--- a/net/wmnetload/Makefile
+++ b/net/wmnetload/Makefile
@@ -20,12 +20,8 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
-.endif
.include <bsd.port.mk>