diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-15 09:30:15 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-15 09:30:15 +0000 |
commit | 802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf (patch) | |
tree | 34e050f48aee4359f155ac74b8bbe40f7b706e4d /audio/icecast2 | |
parent | 8108aff06d05b64b3ebce2312588ea6c309efdc7 (diff) | |
download | FreeBSD-ports-802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf.zip FreeBSD-ports-802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf.tar.gz |
There is no pkg-install file, so that don't try to execute it.
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 6dffaf4..c0b2e10 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/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 |