diff options
-rw-r--r-- | audio/icecast/Makefile | 7 | ||||
-rw-r--r-- | audio/icecast2/Makefile | 7 |
2 files changed, 2 insertions, 12 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 diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 6dffaf41dcce..c0b2e10442a7 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 |