diff options
author | steve <steve@FreeBSD.org> | 2001-02-27 10:04:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-27 10:04:52 +0800 |
commit | 163dbccdcc8fc89785bfceca18f06e07c5691ba1 (patch) | |
tree | 3dbe6924285655cdbd0c787de3e2cc77a150dac1 /mail | |
parent | af9177e69788463eee9ff51b6eba423ebb1ebfe8 (diff) | |
download | freebsd-ports-gnome-163dbccdcc8fc89785bfceca18f06e07c5691ba1.tar.gz freebsd-ports-gnome-163dbccdcc8fc89785bfceca18f06e07c5691ba1.tar.zst freebsd-ports-gnome-163dbccdcc8fc89785bfceca18f06e07c5691ba1.zip |
Add kame.net to PATCH_SITES for the ipv6 patch.
PR: 25385
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 87e4877fc00f..493706a3b485 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -105,6 +105,7 @@ while [ "$1" ]; do SUB_TEST="" ;; \"IPv6\") + echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc" echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}" echo "PATCHFILES+= postfix-20010204snap-v6-20010205a.diff.gz" echo "" |