diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 16:20:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 16:20:47 +0000 |
commit | c7e624b3210627ca07b51be84044b2e269762e53 (patch) | |
tree | 48fdd1f0d0902abb3a399e525fb6d85182e9d9ab /net-p2p/ctorrent | |
parent | f0ac06800fa429510bee4f8ba06462716f9a5341 (diff) | |
download | ports-c7e624b3210627ca07b51be84044b2e269762e53.tar.gz ports-c7e624b3210627ca07b51be84044b2e269762e53.zip |
Notes
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 566f2e16378f..39bef6f85436 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -18,14 +18,10 @@ PORTDOCS= README-DNH.TXT UserGuide OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR}/ .endfor -.endif .include <bsd.port.mk> |