diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-12 16:41:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-12 16:41:55 +0800 |
commit | f688aa023cc24177018566c157b991183224db6f (patch) | |
tree | 2e7216cbd94a595de2c50888463438862cc4efaa /chinese/autoconvert | |
parent | 0a8a6e5c91120b304435d91ef9aa4bfbfab5e537 (diff) | |
download | freebsd-ports-gnome-f688aa023cc24177018566c157b991183224db6f.tar.gz freebsd-ports-gnome-f688aa023cc24177018566c157b991183224db6f.tar.zst freebsd-ports-gnome-f688aa023cc24177018566c157b991183224db6f.zip |
- Simplify Makefile
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> |