diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-26 07:00:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-26 07:00:46 +0000 |
commit | 9b4b43121964a6df346d0c07c09406e90a61dd91 (patch) | |
tree | fca343220a40bed785cf0f047389015210909c68 /net-p2p/amule2/Makefile | |
parent | 7176736c960e3412e9543889b6e20a38f37c28e3 (diff) | |
download | ports-9b4b43121964a6df346d0c07c09406e90a61dd91.tar.gz ports-9b4b43121964a6df346d0c07c09406e90a61dd91.zip |
Notes
Diffstat (limited to 'net-p2p/amule2/Makefile')
-rw-r--r-- | net-p2p/amule2/Makefile | 5 |
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> |