mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
eec03cfc25
commit
044c18b346
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108734
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ USE_PHP= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
FETCH_SITE= http://high5.net/postfixadmin/download.php
|
FETCH_SITE= http://high5.net/postfixadmin/download.php
|
||||||
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||||
|
DISABLE_SIZE= yes
|
||||||
|
|
||||||
do-fetch:
|
do-fetch:
|
||||||
@${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."
|
@${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."
|
||||||
|
|
Loading…
Add table
Reference in a new issue