aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/amule2
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/amule2')
-rw-r--r--net-p2p/amule2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile
index 80139c8a850c..5483e61e039e 100644
--- a/net-p2p/amule2/Makefile
+++ b/net-p2p/amule2/Makefile
@@ -130,4 +130,9 @@ WX_UNICODE=yes
# Man pages management
.include "Makefile.man"
+.ifdef NOPORTDOCS
+post-patch:
+ ${REINPLACE_CMD} 's/install-data-am:.*/install-data-am:/' ${WRKSRC}/docs/Makefile.in
+.endif
+
.include <bsd.port.post.mk>