svn commit: r457167 - head/textproc/unrtf

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 14:42:13 UTC 2017


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)


More information about the svn-ports-head mailing list