aboutsummaryrefslogtreecommitdiff
path: root/audio/shoutcast/pkg-install
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
commitda92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch)
tree5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /audio/shoutcast/pkg-install
parentd52e405574443d85e84f0d5eeed878aaca7accb2 (diff)
downloadports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.tar.gz
ports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.zip
Notes
Diffstat (limited to 'audio/shoutcast/pkg-install')
-rw-r--r--audio/shoutcast/pkg-install7
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/shoutcast/pkg-install b/audio/shoutcast/pkg-install
index 75387ad52143..2b6c96b93a64 100644
--- a/audio/shoutcast/pkg-install
+++ b/audio/shoutcast/pkg-install
@@ -8,12 +8,7 @@ SC_GROUP=shoutcast
SC_USER=shoutcast
SC_SHELL=/bin/sh
SC_HOME=/nonexistent
-
-if [ -n "${DESTDIR}" ] ; then
- PW="/usr/sbin/chroot ${DESTDIR} /usr/sbin/pw"
-else
- PW="/usr/sbin/pw"
-fi
+PW="/usr/sbin/pw"
if ! ${PW} show group ${SC_GROUP} -q >/dev/null; then
gid=210