diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-05 07:34:42 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-05 07:34:42 +0800 |
commit | 47d6520502d7d61a4936a2a5430a408067354a92 (patch) | |
tree | f5f50f68187a9d3ceb4479064d9c8688a06701e9 /misc/zoneinfo | |
parent | a13b3bbca1cb106ac9a1e16e726660c3b4582d22 (diff) | |
download | freebsd-ports-gnome-47d6520502d7d61a4936a2a5430a408067354a92.tar.gz freebsd-ports-gnome-47d6520502d7d61a4936a2a5430a408067354a92.tar.zst freebsd-ports-gnome-47d6520502d7d61a4936a2a5430a408067354a92.zip |
give more usefull NO_PACKAGE reason
Diffstat (limited to 'misc/zoneinfo')
-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> |