aboutsummaryrefslogtreecommitdiff
path: root/japanese/mh
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-07-05 05:10:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-07-05 05:10:59 +0000
commit25eabe0ac5b6afaab34fe5a7966de1be0b8bfa22 (patch)
tree0c97f514012619e2eddbba63f42373a5e9c59749 /japanese/mh
parent0ff0f0afcd51d5896c8c704af586ffa994290b3b (diff)
Notes
Diffstat (limited to 'japanese/mh')
-rw-r--r--japanese/mh/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile
index 93dbcf63d9cf..655f130f38ef 100644
--- a/japanese/mh/Makefile
+++ b/japanese/mh/Makefile
@@ -47,13 +47,15 @@ CONFLICTS= nmh-[0-9]*
.include <bsd.port.pre.mk>
-post-install:
.if !defined(NOPORTDOCS)
+pre-install:
+ ${MKDIR} ${PREFIX}/share/doc/ja-mh
+.endif
+
+.if !defined(NOPORTDOCS)
+post-install:
${MKDIR} ${DOCDIR}
(cd ${WRKSRC}/doc-JP; ${INSTALL_DATA} ${READMES} ${DOCDIR})
.endif
-pre-install:
- ${MKDIR} ${PREFIX}/share/doc/ja-mh
-
.include <bsd.port.post.mk>