diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-01 03:56:19 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-01 03:56:19 +0800 |
commit | 1229782f69da6f5de28e93edd167fa49a51bdf50 (patch) | |
tree | 47a3d2cee4e1393b90060c5fd9a23a144ae0f946 /audio/linux-shoutcast/pkg-install | |
parent | 2351f6995d0d4d0810b4aae13d99fbf9892aace3 (diff) | |
download | freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.gz freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.zst freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.zip |
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
Diffstat (limited to 'audio/linux-shoutcast/pkg-install')
-rw-r--r-- | audio/linux-shoutcast/pkg-install | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/linux-shoutcast/pkg-install b/audio/linux-shoutcast/pkg-install index 75387ad52143..2b6c96b93a64 100644 --- a/audio/linux-shoutcast/pkg-install +++ b/audio/linux-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 |