From 59389c6fea9e499f23bef4f7d36a5585a9179678 Mon Sep 17 00:00:00 2001 From: itetcu Date: Tue, 7 Apr 2009 15:45:03 +0000 Subject: Fix plist with -DNOPORTDOCS. Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail --- audio/voipong/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/voipong') diff --git a/audio/voipong/Makefile b/audio/voipong/Makefile index 31d66bac0815..18bd43fc9d89 100644 --- a/audio/voipong/Makefile +++ b/audio/voipong/Makefile @@ -25,6 +25,10 @@ post-patch: 's|$${prefix}/share/voipong|${DOCSDIR}|; \ s|COPYING||; s|LICENSE||' \ ${WRKSRC}/Makefile.in +.ifdef NOPORTDOCS + ${REINPLACE_CMD} '/install-data-am:/s/install-${PORTNAME}dataDATA//' \ + ${WRKSRC}/Makefile.in +.endif post-install: @${CAT} ${PKGMESSAGE} -- cgit