diff options
-rw-r--r-- | editors/joe/Makefile | 6 |
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}) |