diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-02 18:11:46 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-02 18:11:46 +0800 |
commit | 556d26158b11d57145d9d9d46cf8e52c14850779 (patch) | |
tree | ac6085d8d54c61bd4e2aa21d52e22fc83bb6ea5b | |
parent | 296072a3bd2099857ffaa349902cc6d89a2ca078 (diff) | |
download | freebsd-ports-gnome-556d26158b11d57145d9d9d46cf8e52c14850779.tar.gz freebsd-ports-gnome-556d26158b11d57145d9d9d46cf8e52c14850779.tar.zst freebsd-ports-gnome-556d26158b11d57145d9d9d46cf8e52c14850779.zip |
Fix variable name. They should be:
OVERRIDE_LINUX_BASE_PORT=f8
OVERRIDE_LINUX_NONBASE_PORTS=f8
Pointed out by: Rainer Hurling <rhurlin at gwdg.de>, Alexander Logvinov <ports at @logvinov.com> by email
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ upgrades. to linux_base-f8 and linux Fedora 8 infrastructure ports as well. If you want to switch to linux-f8 ports, please define at /etc/make.conf: - USE_LINUX_BASE_PORT=f8 - USE_LINUX_NONBASE_PORTS=f8 + OVERRIDE_LINUX_BASE_PORT=f8 + OVERRIDE_LINUX_NONBASE_PORTS=f8 20090328: AFFECTS: users of lang/perl* |