aboutsummaryrefslogtreecommitdiff
path: root/www/mod_mp3
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-13 03:20:23 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-13 03:20:23 +0000
commit6d41d3e7403411b6fad8df564cbfacafc671e600 (patch)
tree7aadab1965c85708b5db28a3d81b1e08b2a06a37 /www/mod_mp3
parentf040d7644f240d38f109251deff5ce18b2372915 (diff)
downloadports-6d41d3e7403411b6fad8df564cbfacafc671e600.tar.gz
ports-6d41d3e7403411b6fad8df564cbfacafc671e600.zip
- USE_APACHE=yes is deprecated
- PORTDOCS/DOCSDIR - Use APACHEMODDIR - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=232267
Diffstat (limited to 'www/mod_mp3')
-rw-r--r--www/mod_mp3/Makefile11
-rw-r--r--www/mod_mp3/pkg-plist8
2 files changed, 7 insertions, 12 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile
index ca370c6c60b1..1d5f2d31c1f2 100644
--- a/www/mod_mp3/Makefile
+++ b/www/mod_mp3/Makefile
@@ -7,18 +7,19 @@
PORTNAME= mod_mp3
PORTVERSION= 0.40
+PORTREVISION= 1
CATEGORIES= www audio
MASTER_SITES= http://download.tangent.org/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to allow MP3 streaming
-USE_APACHE= yes
+USE_APACHE= 1.3
HAS_CONFIGURE= yes
MAKE_ARGS+= APXS="${APXS}"
USE_PERL5= yes
-DOCS= ChangeLog README TODO faq.html CONTRIBUTORS
+PORTDOCS= ChangeLog README TODO faq.html CONTRIBUTORS
.if defined(WITH_MYSQL)
USE_MYSQL= YES
@@ -28,9 +29,9 @@ CONFIGURE_ARGS+= --with-mysql
do-install:
${APXS} -i -A -n mp3 ${WRKSRC}/src/mod_mp3.so
.if !defined(NOPORTDOCS)
- @${INSTALL} -d -m 0755 ${PREFIX}/share/doc/mod_mp3
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_mp3/
+ ${MKDIR} ${DOCSDIR}/
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
${CAT} ${PKGMESSAGE}
diff --git a/www/mod_mp3/pkg-plist b/www/mod_mp3/pkg-plist
index d565f910a319..a1768175df7b 100644
--- a/www/mod_mp3/pkg-plist
+++ b/www/mod_mp3/pkg-plist
@@ -1,9 +1,3 @@
-libexec/apache/mod_mp3.so
+%%APACHEMODDIR%%/mod_mp3.so
@exec %D/sbin/apxs -e -A -n mp3 %D/%F
@unexec %D/sbin/apxs -e -A -n mp3 %D/%F
-%%PORTDOCS%%share/doc/mod_mp3/ChangeLog
-%%PORTDOCS%%share/doc/mod_mp3/CONTRIBUTORS
-%%PORTDOCS%%share/doc/mod_mp3/README
-%%PORTDOCS%%share/doc/mod_mp3/TODO
-%%PORTDOCS%%share/doc/mod_mp3/faq.html
-%%PORTDOCS%%@dirrm share/doc/mod_mp3