Date: Sun, 24 Dec 2017 14:42:11 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457167 - head/textproc/unrtf Message-ID: <201712241442.vBOEgBx4021930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Dec 24 14:42:11 2017 New Revision: 457167 URL: https://svnweb.freebsd.org/changeset/ports/457167 Log: Convert to USES=autoreconf. Modified: head/textproc/unrtf/Makefile Modified: head/textproc/unrtf/Makefile ============================================================================== --- head/textproc/unrtf/Makefile Sun Dec 24 14:36:13 2017 (r457166) +++ head/textproc/unrtf/Makefile Sun Dec 24 14:42:11 2017 (r457167) @@ -12,8 +12,7 @@ COMMENT= Converter from RTF to several formats, includ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake iconv -USE_AUTOTOOLS= automake +USES= autoreconf cpe gmake iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share CPE_VENDOR= unrtf_project @@ -37,9 +36,6 @@ post-patch: 's|/usr/local/lib/unrtf/|${DATADIR}/|g' @${REINPLACE_CMD} -e '/^attr_get_param/,/^}/s/return;/return NULL;/' \ ${WRKSRC}/src/attr.c - -pre-configure: - @(cd ${WRKSRC} && ./bootstrap) check regression-test test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241442.vBOEgBx4021930>