diff options
Diffstat (limited to 'graphics/quat-gui/Makefile')
-rw-r--r-- | graphics/quat-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 4780c01555f6..1800214a34e1 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -46,6 +46,10 @@ post-patch: @${REINPLACE_CMD} -E -e \ 's|^(install-data-am:).*$$|\1|' \ ${WRKSRC}/Makefile.in +.ifdef NOPORTDOCS + @${REINPLACE_CMD} '/install-data-am:/s/install-pkgdataDATA//' \ + ${WRKSRC}/doc/Makefile.in +.endif post-configure: @${REINPLACE_CMD} -E -e \ |