diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-15 09:30:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-15 09:30:15 +0000 |
commit | d769e0a454cb77b4fddbbbb39c4d176ab32ec2a0 (patch) | |
tree | d8d07edcd170643343d12ebd5cd775777d8d6f84 /audio/icecast | |
parent | d91c9ce8c34fa208348c0761bee617d3f302cf0d (diff) | |
download | ports-d769e0a454cb77b4fddbbbb39c4d176ab32ec2a0.tar.gz ports-d769e0a454cb77b4fddbbbb39c4d176ab32ec2a0.zip |
Notes
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 6dffaf41dcce..c0b2e10442a7 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -13,12 +13,7 @@ MASTER_SITES= http://www.icecast.org/releases/ MAINTAINER= zach@pabst.bendnet.com HAS_CONFIGURE= yes -CONFIGURE_ARGS=--with-libwrap - -pre-fetch: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - ${SH} pkg-install -.endif +CONFIGURE_ARGS= --with-libwrap do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/icecast ${PREFIX}/sbin |