diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-07 23:27:45 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-07 23:27:45 +0800 |
commit | ee4f1eb42898ebdd92d45407a1b109ac23963a7e (patch) | |
tree | e48f021ffd1329b75ef90e8ff4d9280342b09361 /editors/joe | |
parent | 6bb9c94888ee4bc79a0c51dca031c7c908fc31a0 (diff) | |
download | freebsd-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/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}) |