aboutsummaryrefslogtreecommitdiff
path: root/editors/joe
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 15:27:45 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 15:27:45 +0000
commiteb60187e7503a72f2d088b7b683283568cddf919 (patch)
tree3ccdadd1607defc45da130e675edc60ef358d3ce /editors/joe
parent279c74056288113dbeada0956d409a47d2cbb981 (diff)
downloadports-eb60187e7503a72f2d088b7b683283568cddf919.tar.gz
ports-eb60187e7503a72f2d088b7b683283568cddf919.zip
Notes
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})