diff options
Diffstat (limited to 'chinese/muni/Makefile')
-rw-r--r-- | chinese/muni/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/muni/Makefile b/chinese/muni/Makefile index 4d898edb8d9a..4ebc6379ec85 100644 --- a/chinese/muni/Makefile +++ b/chinese/muni/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/muni/ MAINTAINER= ports@FreeBSD.org COMMENT= Find Unicode values for Chinese characters +.include <bsd.port.options.mk> + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/muni ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${STAGEDIR}${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/muni ${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${PREFIX}/share/doc/muni ${INSTALL_DATA} ${WRKSRC}/yung.gif ${STAGEDIR}${PREFIX}/share/doc/muni |