diff options
author | pav <pav@FreeBSD.org> | 2004-05-10 00:55:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-10 00:55:34 +0800 |
commit | cbedffbb35bc7d06b10031576f531b6eeaceb4e4 (patch) | |
tree | ada9b555a598c69e9132b0154f5c9130de5f6b9e /mail/postfixadmin | |
parent | 95ef1a1758f112e08cc14b2755d711813e2f6df9 (diff) | |
download | freebsd-ports-gnome-cbedffbb35bc7d06b10031576f531b6eeaceb4e4.tar.gz freebsd-ports-gnome-cbedffbb35bc7d06b10031576f531b6eeaceb4e4.tar.zst freebsd-ports-gnome-cbedffbb35bc7d06b10031576f531b6eeaceb4e4.zip |
- 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
Diffstat (limited to 'mail/postfixadmin')
-rw-r--r-- | mail/postfixadmin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index 9ccb0ea01287..4609702ab8d8 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -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}." |