diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-04 23:34:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-04 23:34:42 +0000 |
commit | 47d6520502d7d61a4936a2a5430a408067354a92 (patch) | |
tree | f5f50f68187a9d3ceb4479064d9c8688a06701e9 /misc | |
parent | a13b3bbca1cb106ac9a1e16e726660c3b4582d22 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zoneinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index 717e56735ab2..e4549b9142e7 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -23,7 +23,7 @@ POSIXRULES= America/New_York # Prevent packages if on the FreeBSD building cluster. This because # it overwrites system files and directories. .if defined(PACKAGE_BUILDING) -NO_PACKAGE= yes +NO_PACKAGE= Overwrites files in the base system .endif .include <bsd.port.pre.mk> |