aboutsummaryrefslogtreecommitdiff
path: root/audio/flac123/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-18 14:47:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-18 14:47:21 +0000
commit5d5b49684f247b6b24a6f9ce94269da2f80502c4 (patch)
treeaeb5a26f2b5a9d5ce5a6cb559ab20746a15891c3 /audio/flac123/Makefile
parentd023a978df064c6508ff3f3efa1f2de60c03a359 (diff)
downloadports-5d5b49684f247b6b24a6f9ce94269da2f80502c4.tar.gz
ports-5d5b49684f247b6b24a6f9ce94269da2f80502c4.zip
Notes
Diffstat (limited to 'audio/flac123/Makefile')
-rw-r--r--audio/flac123/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index 451fc51ed3f8..1262fbad93b0 100644
--- a/audio/flac123/Makefile
+++ b/audio/flac123/Makefile
@@ -17,18 +17,12 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
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}