diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 07:39:08 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 07:39:08 +0000 |
commit | d23cfbf19b02ff6a4633de3eda2a100d17b3cce2 (patch) | |
tree | bcc6e099a2ff1451fd786ae2b183fc3f2b6dd166 /graphics/quat-gui/Makefile | |
parent | c46a242a2414b8af98503e33ebf9cb83e18f186c (diff) | |
download | ports-d23cfbf19b02ff6a4633de3eda2a100d17b3cce2.tar.gz ports-d23cfbf19b02ff6a4633de3eda2a100d17b3cce2.zip |
Notes
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 \ |