diff options
author | steve <steve@FreeBSD.org> | 1999-04-19 12:08:54 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-19 12:08:54 +0800 |
commit | abc2f3348bb7b8d9baeec450b3ba9faedc7c7c77 (patch) | |
tree | 80152d77a5db3ac0f979eaebb0f435fe11fa56a0 /audio/icecast2/Makefile | |
parent | 9e10c0bcedda15309572ced6a0e4a46c303a0953 (diff) | |
download | freebsd-ports-gnome-abc2f3348bb7b8d9baeec450b3ba9faedc7c7c77.tar.gz freebsd-ports-gnome-abc2f3348bb7b8d9baeec450b3ba9faedc7c7c77.tar.zst freebsd-ports-gnome-abc2f3348bb7b8d9baeec450b3ba9faedc7c7c77.zip |
Update to version 1.1.4.
PR: 11010
Submitted by: maintainer
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r-- | audio/icecast2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index f3fe705c61d3..850afe2861f8 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: icecast -# Version required: 1.1.0 +# Version required: 1.1.4 # Date created: 28 Jan 1999 # Whom: Chip Marshall <chip@eboai.org> # -# $Id: Makefile,v 1.3 1999/04/08 17:44:43 steve Exp $ +# $Id: Makefile,v 1.4 1999/04/14 00:22:58 scrappy Exp $ # -DISTNAME= icecast-1.1.3 +DISTNAME= icecast-1.1.4 CATEGORIES= audio net MASTER_SITES= http://icecast.linuxpower.org/releases/ \ ftp://ftp.eboai.org/pub/icecast/ @@ -18,18 +18,18 @@ CONFIGURE_ARGS= --with-crypt --with-libwrap do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/icecast ${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast ${MKDIR} ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast ${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast ${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast ${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast ${MKDIR} ${PREFIX}/share/examples/icecast/icedir ${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir .endif |