From 020654f1c3ce7e85732327953451a6158fd04323 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 26 Apr 2009 07:00:46 +0000 Subject: Fix plist with -DNOPORTDOCS Prompted by: QAT QA run Approved by: maintainer timeout on QATMail --- net-p2p/amule-devel/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net-p2p/amule-devel') 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 -- cgit