aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-06 03:05:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-06 03:05:49 +0000
commit7bc22233334d6eb86229e2c713f6210b41804911 (patch)
tree331484ced74478c16110ebc12bd387a173270af2 /net
parent16548f0241ce147d3d0258b5d62a58ec9b27ee5d (diff)
downloadports-7bc22233334d6eb86229e2c713f6210b41804911.tar.gz
ports-7bc22233334d6eb86229e2c713f6210b41804911.zip
o Fix bug: do not incorrectly use shift from sh(1). First command
line argument was being lost when there was more than 1 argument. o bump PORTREVISION
Notes
Notes: svn path=/head/; revision=52638
Diffstat (limited to 'net')
-rw-r--r--net/linux-agsatellite/Makefile1
-rw-r--r--net/linux-agsatellite/files/wrapper.sh5
2 files changed, 1 insertions, 5 deletions
diff --git a/net/linux-agsatellite/Makefile b/net/linux-agsatellite/Makefile
index 4d2e1f923724..7ef8ccdcebb3 100644
--- a/net/linux-agsatellite/Makefile
+++ b/net/linux-agsatellite/Makefile
@@ -7,6 +7,7 @@
PORTNAME= agsatellite
PORTVERSION= 0.520
+PORTREVISION= 1
CATEGORIES= audio net linux
MASTER_SITES= http://www.audiogalaxy.com/downloads/
DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21
diff --git a/net/linux-agsatellite/files/wrapper.sh b/net/linux-agsatellite/files/wrapper.sh
index e2daaee83078..e53603d86a76 100644
--- a/net/linux-agsatellite/files/wrapper.sh
+++ b/net/linux-agsatellite/files/wrapper.sh
@@ -3,11 +3,6 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
-if [ ${#} -gt 1 ]
-then
- shift
-fi
-
if [ ! -d ${HOME}/.agsatellite ]
then
mkdir -p ${HOME}/.agsatellite