aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_mp3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_mp3/Makefile')
-rw-r--r--www/mod_mp3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile
index d7e10cfd1e5..f62092fb5b9 100644
--- a/www/mod_mp3/Makefile
+++ b/www/mod_mp3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_mp3
-PORTVERSION= 0.19
+PORTVERSION= 0.22
CATEGORIES= www audio
MASTER_SITES= http://media.tangent.org/ \
ftp://ftp.tangent.org/pub/apache/ \
@@ -25,7 +25,7 @@ DOCS= ChangeLog README TODO faq.html
do-install:
${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/mod_mp3
+ @${INSTALL} -d -m 0755 ${PREFIX}/share/doc/mod_mp3
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_mp3/
.endfor