diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-19 13:29:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-19 13:29:59 +0000 |
commit | bb271f0bf7b513a23a31da4ec8819b113ebf4587 (patch) | |
tree | ac5a462edc3d85d5f0b20a594802ce4b12f0bf9f /chinese/libtabe/Makefile | |
parent | 29879aded766da253313579a3503ff5e15026355 (diff) |
Notes
Diffstat (limited to 'chinese/libtabe/Makefile')
-rw-r--r-- | chinese/libtabe/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 89019d716ec2..2612e165cda8 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -47,15 +47,14 @@ pre-everything:: @${ECHO_CMD} "" .endif -post-patch: -.if !${PORT_OPTIONS:MX11} +post-patch-X11-off: ${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' \ ${WRKSRC}/src/Makefile.in -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtabe.so -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tsi-src/README \ ${STAGEDIR}${DOCSDIR}/README.tsi @@ -67,6 +66,5 @@ post-install: et26.txt libtabe.sgml ${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |