diff options
Diffstat (limited to 'audio/voipong/Makefile')
-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} |