summaryrefslogtreecommitdiff
path: root/japanese/jed/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-10 13:19:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-10 13:19:57 +0000
commit808a2eada9667a8ab7349215315a3c2b44d86532 (patch)
tree4817cd96fbc270459948e988b0d743ef40f9410d /japanese/jed/Makefile
parentFix my MAINTAINER address. (diff)
Add %%PORTDOCS%%.
Diffstat (limited to 'japanese/jed/Makefile')
-rw-r--r--japanese/jed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile
index d38f1da16f3c..daee7276ff50 100644
--- a/japanese/jed/Makefile
+++ b/japanese/jed/Makefile
@@ -98,9 +98,9 @@ do-install:
.for f in ${MAN1}
${INSTALL_MAN} ${_DOCDIR}/${f} ${PREFIX}/man/man1/
.endfor
+.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${_INFODIR}/jed.* ${PREFIX}/info/
@install-info ${PREFIX}/info/jed.info ${PREFIX}/info/dir
-.if !defined(NOPORTDOCS)
@${MKDIR} ${JED_ROOT}/doc/
${INSTALL_DATA} ${_DOCDIR}/README ${_DOCDIR}/*.txt ${_DOCDIR}/jed.tex ${WRKSRC}/jed-j.doc ${JED_ROOT}/doc/
.endif