aboutsummaryrefslogtreecommitdiff
path: root/audio/voipong
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 15:45:03 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 15:45:03 +0000
commit7824c2cacf3a1bd6c33ab9946fc576dbaa840e36 (patch)
tree91cd46fa788458ad35b599ee9eff6e6fd2a77e1c /audio/voipong
parenteb60187e7503a72f2d088b7b683283568cddf919 (diff)
downloadports-7824c2cacf3a1bd6c33ab9946fc576dbaa840e36.tar.gz
ports-7824c2cacf3a1bd6c33ab9946fc576dbaa840e36.zip
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
Notes
Notes: svn path=/head/; revision=231790
Diffstat (limited to 'audio/voipong')
-rw-r--r--audio/voipong/Makefile4
1 files changed, 4 insertions, 0 deletions
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}