aboutsummaryrefslogtreecommitdiff
path: root/converters/aish
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:12:21 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:12:21 +0000
commit9523cfd4e2febeea0866c42e2d6d62f8a9a29dc9 (patch)
tree8d979ce7322c8b03c4d310c7286e6659cd0bdc39 /converters/aish
parentfbd9122a40a8aef04301c3d176bb2573a5e66fa6 (diff)
downloadports-9523cfd4e2febeea0866c42e2d6d62f8a9a29dc9.tar.gz
ports-9523cfd4e2febeea0866c42e2d6d62f8a9a29dc9.zip
Convert converters to MDOCS and MEXAMPLES
Notes
Notes: svn path=/head/; revision=338556
Diffstat (limited to 'converters/aish')
-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