aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-08 15:39:08 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-08 15:39:08 +0800
commit49bac09245f05b125781160dded1be65641e674b (patch)
treece28a8ba036a56afe1dfd3c0c450df0100e8f06e /graphics
parente75fe120ac5fa7926a94b55824848e90c3036f9a (diff)
downloadfreebsd-ports-gnome-49bac09245f05b125781160dded1be65641e674b.tar.gz
freebsd-ports-gnome-49bac09245f05b125781160dded1be65641e674b.tar.zst
freebsd-ports-gnome-49bac09245f05b125781160dded1be65641e674b.zip
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Diffstat (limited to 'graphics')
-rw-r--r--graphics/quat-gui/Makefile4
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 \