diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-27 18:34:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-27 18:34:01 +0000 |
commit | 7d3beaf82d3508c1752386b98cea620fe711da36 (patch) | |
tree | b4017e06cd1915acc91f076212539352273a25d2 /www/mod_mp3/Makefile | |
parent | 8403e24bd71d957c409c016a24b1b9ce9e5ce508 (diff) | |
download | ports-7d3beaf82d3508c1752386b98cea620fe711da36.tar.gz ports-7d3beaf82d3508c1752386b98cea620fe711da36.zip |
Notes
Diffstat (limited to 'www/mod_mp3/Makefile')
-rw-r--r-- | www/mod_mp3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 609783d8c6d3..d0318994f520 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_mp3 -PORTVERSION= 0.9 +PORTVERSION= 0.12 CATEGORIES= www audio MASTER_SITES= http://www.tangent.org/mod_mp3/ \ ftp://ftp.tangent.org/pub/apache/ \ @@ -17,12 +17,11 @@ MAINTAINER= anders@fix.no BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +MAKE_ARGS+= APXS="${APXS}" + APXS?= ${LOCALBASE}/sbin/apxs DOCS= ChangeLog README TODO faq.html -do-build: - @cd ${WRKSRC} && ${APXS} -c mod_mp3.c - do-install: ${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so .if !defined(NOPORTDOCS) |