aboutsummaryrefslogtreecommitdiffstats
path: root/converters/aish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/aish/Makefile')
-rw-r--r--converters/aish/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile
index 7a0d4e91362f..c4d361818a10 100644
--- a/converters/aish/Makefile
+++ b/converters/aish/Makefile
@@ -11,8 +11,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Ish/uuencode/Base64 converter
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${PREFIX}/share/doc/ja/aish
${INSTALL_DATA} ${WRKSRC}/aish.txt ${PREFIX}/share/doc/ja/aish
.endif