diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-19 07:00:41 +0800 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-19 07:00:41 +0800 |
commit | 117961216308bcd70018c1c45f764c1f3fddc4b6 (patch) | |
tree | c1a66d2d2da8240edc621e9f6710975de11c1e70 /www/mod_mp3 | |
parent | 53ac9ea355529306a03bdda7460fa7ff7b9bb324 (diff) | |
download | freebsd-ports-gnome-117961216308bcd70018c1c45f764c1f3fddc4b6.tar.gz freebsd-ports-gnome-117961216308bcd70018c1c45f764c1f3fddc4b6.tar.zst freebsd-ports-gnome-117961216308bcd70018c1c45f764c1f3fddc4b6.zip |
Update to latest version
PR: 28267
Submitted by: maintainer
Diffstat (limited to 'www/mod_mp3')
-rw-r--r-- | www/mod_mp3/Makefile | 4 | ||||
-rw-r--r-- | www/mod_mp3/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index d7e10cfd1e57..f62092fb5b9d 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 diff --git a/www/mod_mp3/distinfo b/www/mod_mp3/distinfo index d595af59f6d0..3097876ef742 100644 --- a/www/mod_mp3/distinfo +++ b/www/mod_mp3/distinfo @@ -1 +1 @@ -MD5 (mod_mp3-0.19.tar.gz) = 91d41f49ed855dae17f0e6f61801cac3 +MD5 (mod_mp3-0.22.tar.gz) = 17acc77f6f783070bcb5d0808a1154a7 |