diff options
author | steve <steve@FreeBSD.org> | 2000-09-05 09:47:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-05 09:47:45 +0800 |
commit | ff8f9e49fb539937ab3d9488f4f85f38e92595dd (patch) | |
tree | 09b81dabc5b276ec512e1d87b1547793c8b663f7 /audio/icecast/Makefile | |
parent | 9fa0246bc00fbc58a655e86ee41a8254c1855ab7 (diff) | |
download | freebsd-ports-gnome-ff8f9e49fb539937ab3d9488f4f85f38e92595dd.tar.gz freebsd-ports-gnome-ff8f9e49fb539937ab3d9488f4f85f38e92595dd.tar.zst freebsd-ports-gnome-ff8f9e49fb539937ab3d9488f4f85f38e92595dd.zip |
Update to version 1.3.7.
PR: 20784
Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r-- | audio/icecast/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index a9a3e360b496..100a8b158521 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icecast -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.7 CATEGORIES= audio net MASTER_SITES= http://www.icecast.org/releases/ @@ -24,7 +24,8 @@ do-install: .endfor .for TEMPL in 306.html 400.html 403.html 404.html 504.html bodytag.html info.html \ list_directory.html mountlist.html statistics.html admin_describe.html \ - admin.html alias_add.html manual.html alias_del.html + admin.html alias_add.html manual.html alias_del.html header.html \ + footer.html admin_change.html ${INSTALL_DATA} ${WRKSRC}/templates/${TEMPL} ${PREFIX}/etc/icecast/templates .endfor ${MKDIR} ${PREFIX}/share/doc/icecast/ |