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
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-01-06 03:05:49 +00:00
parent 16548f0241
commit 7bc2223333
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52638
8 changed files with 4 additions and 20 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= agbrowser
PORTVERSION= 0.96
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/uallloveme/OSS/AGBrowser/

View file

@ -5,11 +5,6 @@ LOCALBASE="%%LOCALBASE%%"
PROGRAM="${0}"
SATELLITE=AGSatellite
if [ ${#} -gt 1 ]
then
shift
fi
if [ ! -d ${HOME}/.agsatellite ] || [ ! -h ${HOME}/.agsatellite/${SATELLITE} ]
then
${LOCALBASE}/bin/${SATELLITE} -createdironly

View file

@ -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

View file

@ -3,11 +3,6 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
if [ ! -d ${HOME}/.agsatellite ]
then
mkdir -p ${HOME}/.agsatellite

View file

@ -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

View file

@ -3,11 +3,6 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
if [ ! -d ${HOME}/.agsatellite ]
then
mkdir -p ${HOME}/.agsatellite

View file

@ -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

View file

@ -3,11 +3,6 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
if [ ! -d ${HOME}/.agsatellite ]
then
mkdir -p ${HOME}/.agsatellite