From 7bb4f473fa8dc181fe078b5cd0da876734776aae Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 27 May 2014 20:57:19 +0000 Subject: [PATCH] Replace autoreconf in pre-configure with standard USE_AUTOTOOLS. --- audio/opusfile/Makefile | 7 ++----- audio/opusfile/pkg-plist | 4 ++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index f0b574c4992c..1cb5204ecd8b 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -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 ; \ diff --git a/audio/opusfile/pkg-plist b/audio/opusfile/pkg-plist index b19e4901688d..22b34a87659a 100644 --- a/audio/opusfile/pkg-plist +++ b/audio/opusfile/pkg-plist @@ -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