diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-07 23:45:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-07 23:45:03 +0800 |
commit | 59389c6fea9e499f23bef4f7d36a5585a9179678 (patch) | |
tree | 80ed731e7c1929e52dfed9136d68113367cb4846 /audio/voipong | |
parent | ee4f1eb42898ebdd92d45407a1b109ac23963a7e (diff) | |
download | freebsd-ports-gnome-59389c6fea9e499f23bef4f7d36a5585a9179678.tar.gz freebsd-ports-gnome-59389c6fea9e499f23bef4f7d36a5585a9179678.tar.zst freebsd-ports-gnome-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/Makefile | 4 |
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} |