diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:47:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:47:45 +0000 |
commit | 77442a8d5382ec1546235d5836e1081e1a6c3626 (patch) | |
tree | 7df674b077c226b5ef4b5eb379053cd2a6e20f62 /audio/icecast/Makefile | |
parent | Update to version 2.4.0. (diff) |
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/ |