aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-01-23 10:39:54 +0800
committerlinimon <linimon@FreeBSD.org>2011-01-23 10:39:54 +0800
commitdf74d01fc4dfd352bbb792a7262e3c44baec7eb9 (patch)
tree8e350da98e8ca6dfbae6f4cdfb1d8754737a68d7
parentc74fc6ad0d19110d862c487ac2fb3d622e5a43bd (diff)
downloadfreebsd-ports-graphics-df74d01fc4dfd352bbb792a7262e3c44baec7eb9.tar.gz
freebsd-ports-graphics-df74d01fc4dfd352bbb792a7262e3c44baec7eb9.tar.zst
freebsd-ports-graphics-df74d01fc4dfd352bbb792a7262e3c44baec7eb9.zip
Export BACKUP_FTP_SITE for the generalized make.conf files in
bindist-*.tar (so that they can be shared between pointyhat and pointyhat-west without modification.) Feature safe: yes
-rwxr-xr-xTools/portbuild/scripts/portbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild
index d2fc71d09a3..3bba77820e1 100755
--- a/Tools/portbuild/scripts/portbuild
+++ b/Tools/portbuild/scripts/portbuild
@@ -124,6 +124,9 @@ buildenv.common
# Want to use the /etc/make.conf in the chroot
unset __MAKE_CONF
+# set overrides for make.conf
+export BACKUP_FTP_SITE=${CLIENT_BACKUP_FTP_SITE}
+
pkgname=$(basename $6 ${PKGSUFFIX})
dirname=$7
shift 2