diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2013-06-26 06:01:59 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2013-06-26 06:01:59 +0800 |
commit | 964f69396555cd06d5de7e3fbd71bea4e96bc03f (patch) | |
tree | 22c2472c6da16fbc909da57b2dfbefe271f447e1 | |
parent | aa16bd143b77341075cd4a548d3684c7d666b0ae (diff) | |
download | freebsd-ports-gnome-964f69396555cd06d5de7e3fbd71bea4e96bc03f.tar.gz freebsd-ports-gnome-964f69396555cd06d5de7e3fbd71bea4e96bc03f.tar.zst freebsd-ports-gnome-964f69396555cd06d5de7e3fbd71bea4e96bc03f.zip |
MK_ZONEINFO -> WITHOUT_ZONEINFO
make.conf -> src.conf
PR: ports/172975
-rw-r--r-- | misc/zoneinfo/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/zoneinfo/pkg-descr b/misc/zoneinfo/pkg-descr index d4c2f3aae37f..f4e6e18a7096 100644 --- a/misc/zoneinfo/pkg-descr +++ b/misc/zoneinfo/pkg-descr @@ -2,5 +2,5 @@ Updates to /usr/share/zoneinfo. Note that this port overwrites system files in /usr/share/zoneinfo. -If you build your systems from source, please add MK_ZONEINFO="no" -to your /etc/make.conf. +If you build your systems from source, please add WITHOUT_ZONEINFO="yes" +to your /etc/src.conf. |