aboutsummaryrefslogtreecommitdiffstats
path: root/audio/voipong
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-07 23:45:03 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-07 23:45:03 +0800
commit59389c6fea9e499f23bef4f7d36a5585a9179678 (patch)
tree80ed731e7c1929e52dfed9136d68113367cb4846 /audio/voipong
parentee4f1eb42898ebdd92d45407a1b109ac23963a7e (diff)
downloadfreebsd-ports-59389c6fea9e499f23bef4f7d36a5585a9179678.tar.gz
freebsd-ports-59389c6fea9e499f23bef4f7d36a5585a9179678.tar.zst
freebsd-ports-59389c6fea9e499f23bef4f7d36a5585a9179678.zip
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
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}