diff options
-rw-r--r-- | audio/denemo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 4b4eb8a136c3..3b255e85a78d 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -40,6 +40,10 @@ post-patch: s|-Wall -O2|-Wall $$CXXFLAGS|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|/icons|/pixmaps|g' ${WRKSRC}/pixmaps/Makefile.in +.ifdef NOPORTDOCS + @${REINPLACE_CMD} -e \ + 's|install-data-am:.*|install-data-am:|' ${WRKSRC}/doc/Makefile.in +.endif post-install: .if !defined(NOPORTDOCS) |