svn commit: r368468 - head/audio/flac123
Baptiste Daroussin
bapt at FreeBSD.org
Thu Sep 18 14:47:21 UTC 2014
Author: bapt
Date: Thu Sep 18 14:47:21 2014
New Revision: 368468
URL: http://svnweb.freebsd.org/changeset/ports/368468
QAT: https://qat.redports.org/buildarchive/r368468/
Log:
Convert to USES=autoreconf
Modified:
head/audio/flac123/Makefile
Modified: head/audio/flac123/Makefile
==============================================================================
--- head/audio/flac123/Makefile Thu Sep 18 14:41:16 2014 (r368467)
+++ head/audio/flac123/Makefile Thu Sep 18 14:47:21 2014 (r368468)
@@ -17,18 +17,12 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audi
OPTIONS_DEFINE= DOCS
-USE_AUTOTOOLS= aclocal autoconf automake
-AUTOMAKE_ARGS= --add-missing
-USES= gmake
+USES= autoreconf gmake
GNU_CONFIGURE= yes
PORTDOCS= README.remote
PLIST_FILES= bin/flac123
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- ${WRKSRC}/configure
-
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-head
mailing list