diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-05-02 14:04:18 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-05-02 14:04:18 +0000 |
commit | 95c8364810fdb07fd1687b4b0a95ccd2f7cfbbbc (patch) | |
tree | f0622ff7bce5f245a9cda482467fc896b8597164 /mail/mta/postfix/postfix.SlackBuild | |
parent | 74da616b98257f8e0d36e9d9a0d35b25fe4dc23e (diff) | |
download | slackbuilds-95c8364810fdb07fd1687b4b0a95ccd2f7cfbbbc.tar.gz slackbuilds-95c8364810fdb07fd1687b4b0a95ccd2f7cfbbbc.tar.bz2 |
postfix: URL update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1198 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mail/mta/postfix/postfix.SlackBuild')
-rwxr-xr-x | mail/mta/postfix/postfix.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild index 6a7e8fbc..3312953e 100755 --- a/mail/mta/postfix/postfix.SlackBuild +++ b/mail/mta/postfix/postfix.SlackBuild @@ -62,7 +62,8 @@ SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" VDA="$PACKAGE-$VERSION-vda.patch.gz" VDA_URL="http://web.onda.com.br/nadal/postfix/VDA/$VDA" ANON="postfix-anon-$VERSION.diff" -URL="ftp://ftp.pucpr.br/$PACKAGE/official/$SRC" +#URL="ftp://ftp.pucpr.br/$PACKAGE/official/$SRC" +URL="http://ftp.unicamp.br/pub/postfix/official/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" mkdir -p $SRC_DIR |