svn commit: r361604 - head/chinese/autoconvert
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 12 08:41:56 UTC 2014
Author: sunpoet
Date: Sat Jul 12 08:41:55 2014
New Revision: 361604
URL: http://svnweb.freebsd.org/changeset/ports/361604
QAT: https://qat.redports.org/buildarchive/r361604/
Log:
- Simplify Makefile
Modified:
head/chinese/autoconvert/Makefile
Modified: head/chinese/autoconvert/Makefile
==============================================================================
--- head/chinese/autoconvert/Makefile Sat Jul 12 08:15:08 2014 (r361603)
+++ head/chinese/autoconvert/Makefile Sat Jul 12 08:41:55 2014 (r361604)
@@ -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>
More information about the svn-ports-all
mailing list