- Put a bandaid on fetching, otherwise it fails because it executes command:

/usr/bin/fetch -ARr -o /tmp/distfiles/postfixadmin-2.0.4.tgz ${CKSIZE:+-S $CKSIZE} \
	http://high5.net/postfixadmin/download.php?file=postfixadmin-2.0.4.tgz

Reported by:	bento via kris
This commit is contained in:
Pav Lucistnik 2004-05-09 16:55:34 +00:00
parent eec03cfc25
commit 044c18b346
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108734

View file

@ -18,6 +18,7 @@ USE_PHP= yes
NO_BUILD= yes
FETCH_SITE= http://high5.net/postfixadmin/download.php
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
DISABLE_SIZE= yes
do-fetch:
@${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."