diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-07 15:27:45 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-07 15:27:45 +0000 |
commit | eb60187e7503a72f2d088b7b683283568cddf919 (patch) | |
tree | 3ccdadd1607defc45da130e675edc60ef358d3ce /editors/joe | |
parent | 279c74056288113dbeada0956d409a47d2cbb981 (diff) | |
download | ports-eb60187e7503a72f2d088b7b683283568cddf919.tar.gz ports-eb60187e7503a72f2d088b7b683283568cddf919.zip |
Notes
Diffstat (limited to 'editors/joe')
-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}) |