diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 16:55:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 16:55:34 +0000 |
commit | 044c18b346e19c628e58559b0909a113ece45a33 (patch) | |
tree | 702450ded05886ed759ee8b2befef22314f1e637 /mail/postfixadmin | |
parent | - Add patch that fixes compilation on non-i386 archs and fixes a little bug (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=108734
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}." |