aboutsummaryrefslogtreecommitdiffstats
path: root/editors/joe
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-07 23:27:45 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-07 23:27:45 +0800
commitee4f1eb42898ebdd92d45407a1b109ac23963a7e (patch)
treee48f021ffd1329b75ef90e8ff4d9280342b09361 /editors/joe
parent6bb9c94888ee4bc79a0c51dca031c7c908fc31a0 (diff)
downloadfreebsd-ports-gnome-ee4f1eb42898ebdd92d45407a1b109ac23963a7e.tar.gz
freebsd-ports-gnome-ee4f1eb42898ebdd92d45407a1b109ac23963a7e.tar.zst
freebsd-ports-gnome-ee4f1eb42898ebdd92d45407a1b109ac23963a7e.zip
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
Diffstat (limited to 'editors/joe')
-rw-r--r--editors/joe/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index 51516b53409e..7dbd87243412 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -34,6 +34,12 @@ MANLANG= "" ru
.include <bsd.port.pre.mk>
+.ifdef NOPORTDOCS
+post-patch:
+ ${REINPLACE_CMD} 's,install-data-am: install-data_charmapsDATA install-data_docDATA,install-data-am: install-data_charmapsDATA,' \
+ ${WRKSRC}/Makefile.in
+.endif
+
post-install:
.for file in jmacsrc jpicorc jstarrc rjoerc joerc
.if !exists(${PREFIX}/etc/${PORTNAME}/${file})