diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:13:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:13:33 +0000 |
commit | ded4aa1f80b354d83b58df339921d8bf8ef76689 (patch) | |
tree | b7d050f27d2fb9eb12fd88721f0461eb8f6c8242 /japanese/ming/Makefile | |
parent | Remove NOPORTDOCS and NOPORTEXAMPLES. (diff) |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'japanese/ming/Makefile')
-rw-r--r-- | japanese/ming/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index cdd230811df6..4dfb9ca03f28 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -37,6 +37,8 @@ DOCS= CHANGES \ DOCS_UTIL= README \ TODO +OPTIONS_DEFINE= DOCS + post-extract: ${SED} -e 's:"\.\./\.\./ming\.h":<ming.h>:g' \ ${WRKSRC}/ming.h > ${WRKSRC}/mingpp.h @@ -74,7 +76,6 @@ post-install: .for f in ${UTILS} ${INSTALL_PROGRAM} ${WRKSRC}/../util/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ming/utils .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/../${f} ${STAGEDIR}${PREFIX}/share/doc/ming/ @@ -82,6 +83,5 @@ post-install: .for f in ${DOCS_UTIL} ${INSTALL_DATA} ${WRKSRC}/../util/${f} ${STAGEDIR}${PREFIX}/share/doc/ming/utils/ .endfor -.endif .include <bsd.port.mk> |