aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-22 01:10:13 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-22 01:10:13 +0800
commit2b337a7162a33a3c0b2a4f8118888c3b77c14bc2 (patch)
treebcf5e572d71752648c64fb036e0abc2b47ad8416 /sysutils
parent8bbeab221286fcfcad1619354a54d802e5982e84 (diff)
downloadfreebsd-ports-graphics-2b337a7162a33a3c0b2a4f8118888c3b77c14bc2.tar.gz
freebsd-ports-graphics-2b337a7162a33a3c0b2a4f8118888c3b77c14bc2.tar.zst
freebsd-ports-graphics-2b337a7162a33a3c0b2a4f8118888c3b77c14bc2.zip
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xsi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xsi/Makefile b/sysutils/xsi/Makefile
index 9f99e530663..38d2d4357b1 100644
--- a/sysutils/xsi/Makefile
+++ b/sysutils/xsi/Makefile
@@ -24,10 +24,10 @@ USE_RC_SUBR= xsi
MAN8= xsi.8
-post-configure:
+post-patch:
.if defined(NOPORTDOCS)
- ${REINPLACE_CMD} -e 's|-exec-am install-data-am|-exec-am|' \
- ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \
+ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
.endif
post-install: