diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-12 08:41:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-12 08:41:55 +0000 |
commit | e8c512d5a7f24abf0fd7529ad355bca0381b24e1 (patch) | |
tree | 2e7216cbd94a595de2c50888463438862cc4efaa /chinese/autoconvert | |
parent | dde705fb9ecfa679dc15bbece24b89853b247af2 (diff) |
- Simplify Makefile
Notes
Notes:
svn path=/head/; revision=361604
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r-- | chinese/autoconvert/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index ef0586bdff2a..1d1cae4d2e6c 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -21,8 +21,6 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's/CFLAG/CFLAGS/' -e 's/make/$$(MAKE)/' \ ${WRKSRC}/Makefile @@ -31,9 +29,7 @@ post-patch: ${WRKSRC}/Makefile ${WRKSRC}/hzconvert/Makefile post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |