aboutsummaryrefslogtreecommitdiffstats
path: root/converters/aish
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-09 21:09:44 +0800
committerbapt <bapt@FreeBSD.org>2014-01-09 21:09:44 +0800
commit3c445d73f4a4f8f4dd85ac9a6dff44ec4ad7da95 (patch)
tree36eeee7407d49f74a68fe16097a1425c41653d06 /converters/aish
parentfe2f533cee6d4060622552631739e1597baaca55 (diff)
downloadfreebsd-ports-gnome-3c445d73f4a4f8f4dd85ac9a6dff44ec4ad7da95.tar.gz
freebsd-ports-gnome-3c445d73f4a4f8f4dd85ac9a6dff44ec4ad7da95.tar.zst
freebsd-ports-gnome-3c445d73f4a4f8f4dd85ac9a6dff44ec4ad7da95.zip
Support stage
Diffstat (limited to 'converters/aish')
-rw-r--r--converters/aish/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile
index c4d361818a10..7086ebe07e2d 100644
--- a/converters/aish/Makefile
+++ b/converters/aish/Makefile
@@ -10,14 +10,10 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u
MAINTAINER= ports@FreeBSD.org
COMMENT= Ish/uuencode/Base64 converter
-NO_STAGE= yes
-
-.include <bsd.port.options.mk>
+MAKE_ARGS= DSTDIR=${STAGEDIR}${PREFIX}/bin
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${PREFIX}/share/doc/ja/aish
- ${INSTALL_DATA} ${WRKSRC}/aish.txt ${PREFIX}/share/doc/ja/aish
-.endif
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/aish
+ ${INSTALL_DATA} ${WRKSRC}/aish.txt ${STAGEDIR}${PREFIX}/share/doc/ja/aish
.include <bsd.port.mk>