diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-15 17:30:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-15 17:30:15 +0800 |
commit | 802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf (patch) | |
tree | 34e050f48aee4359f155ac74b8bbe40f7b706e4d /audio | |
parent | 8108aff06d05b64b3ebce2312588ea6c309efdc7 (diff) | |
download | freebsd-ports-gnome-802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf.tar.gz freebsd-ports-gnome-802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf.tar.zst freebsd-ports-gnome-802f16d3c2afc6d9a1c7c7b1a45823c7094c5daf.zip |
There is no pkg-install file, so that don't try to execute it.
Diffstat (limited to 'audio')
-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 |