1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Replace autoreconf in pre-configure with standard USE_AUTOTOOLS.

This commit is contained in:
Tijl Coosemans 2014-05-27 20:57:19 +00:00
parent d53cffda42
commit 7bb4f473fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355571
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= opusfile
PORTVERSION= 0.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
${MASTER_SITE_MOZILLA_EXTENDED}
@ -19,7 +19,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
USES= gmake libtool pkgconfig pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
USE_AUTOTOOLS= aclocal autoconf autoheader automake
MAKE_JOBS_UNSAFE= yes
PATHFIX_MAKEFILEIN= Makefile.am
@ -40,9 +40,6 @@ post-patch:
${WRKSRC}/Makefile.am
@${CP} ${FILESDIR}/ftime.c ${WRKSRC}/src/
pre-configure:
@(cd ${WRKSRC} && ${AUTORECONF} -fi)
post-install:
.if ${PORT_OPTIONS:MDOXYGEN}
@${RM} -f ${WRKDIR}/PLIST.doc ; \

View File

@ -1,8 +1,12 @@
include/opus/opusfile.h
lib/libopusfile.a
lib/libopusfile.so
lib/libopusfile.so.0
lib/libopusfile.so.0.3.0
lib/libopusurl.a
lib/libopusurl.so
lib/libopusurl.so.0
lib/libopusurl.so.0.3.0
libdata/pkgconfig/opusfile.pc
libdata/pkgconfig/opusurl.pc
@comment Insert PLIST.doc here