summaryrefslogtreecommitdiffstats
path: root/www/mod_mp3/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-06-18 23:00:41 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-06-18 23:00:41 +0000
commit76b2d9aab9cdddd47bab1c70c5a59e4da6c6407e (patch)
tree6970b9901d8eded84cf658941aaf8d4376e884dd /www/mod_mp3/Makefile
parent38cbf1a1df19742b00eeb3370cd642f9e4d7a169 (diff)
downloadFreeBSD-ports-76b2d9aab9cdddd47bab1c70c5a59e4da6c6407e.zip
FreeBSD-ports-76b2d9aab9cdddd47bab1c70c5a59e4da6c6407e.tar.gz
Update to latest version
PR: 28267 Submitted by: maintainer
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 d7e10cf..f62092f 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
OpenPOWER on IntegriCloud