aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-26 15:00:46 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-26 15:00:46 +0800
commit020654f1c3ce7e85732327953451a6158fd04323 (patch)
treea8bd2e0c6009f9acb8f799badee282448374e761
parentfe6cbaebe0b69f9ceaf614a188c1f7320d7aece4 (diff)
downloadfreebsd-ports-gnome-020654f1c3ce7e85732327953451a6158fd04323.tar.gz
freebsd-ports-gnome-020654f1c3ce7e85732327953451a6158fd04323.tar.zst
freebsd-ports-gnome-020654f1c3ce7e85732327953451a6158fd04323.zip
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
-rw-r--r--net-p2p/amule-devel/Makefile5
-rw-r--r--net-p2p/amule/Makefile5
-rw-r--r--net-p2p/amule2/Makefile5
3 files changed, 15 insertions, 0 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 80139c8a850c..5483e61e039e 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/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>
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 80139c8a850c..5483e61e039e 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/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>
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>