Date: Sun, 20 Apr 2014 19:07:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r351631 - branches/2014Q2/textproc/htmlc Message-ID: <201404201907.s3KJ7iue091829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Apr 20 19:07:44 2014 New Revision: 351631 URL: http://svnweb.freebsd.org/changeset/ports/351631 QAT: https://qat.redports.org/buildarchive/r351631/ Log: MFH: r351628 Fix build PR: ports/188387 Submitted by: maintainer Reported by: pkg-fallout Approved by: portmgr (self) Modified: branches/2014Q2/textproc/htmlc/Makefile Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/textproc/htmlc/Makefile ============================================================================== --- branches/2014Q2/textproc/htmlc/Makefile Sun Apr 20 19:06:04 2014 (r351630) +++ branches/2014Q2/textproc/htmlc/Makefile Sun Apr 20 19:07:44 2014 (r351631) @@ -6,14 +6,13 @@ PORTVERSION= 2.21.0 CATEGORIES= textproc MASTER_SITES= http://htmlc.inria.fr/ \ http://caml.inria.fr/distrib/bazar-ocaml/htmlc/ -EXTRACT_SUFX= .tgz MAINTAINER= beyert@cs.ucr.edu -COMMENT= A text file generator +COMMENT= Text file generator BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -USES= gmake +USES= gmake tar:tgz PLIST_FILES= bin/htmlc bin/htmlc.byt share/htmlc/env PLIST_DIRS= share/htmlc @@ -23,12 +22,11 @@ PORTDOCS= LICENSE INSTALL README JoeCaml HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${LOCALBASE} -.include <bsd.port.pre.mk> - post-patch: ${RM} -f ${WRKSRC}/doc/Makefile ${TOUCH} ${WRKSRC}/doc/Makefile ${ECHO} "all:" > ${WRKSRC}/doc/Makefile + ${REINPLACE_CMD} 's|-warn-error A||g' ${WRKSRC}/config/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/compiler/htmlc ${STAGEDIR}${PREFIX}/bin @@ -47,4 +45,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/fra.htm ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/index.htm ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404201907.s3KJ7iue091829>