mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Convert to USES=autoreconf.
This commit is contained in:
parent
bb701d745e
commit
1af43621db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457167
@ -12,8 +12,7 @@ COMMENT= Converter from RTF to several formats, including HTML and LaTeX
|
||||
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
|
||||
@ -38,9 +37,6 @@ post-patch:
|
||||
@${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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user