diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-19 20:53:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-19 20:53:00 +0800 |
commit | 32eb9d271bae123ded075bb6d1262835a37ea315 (patch) | |
tree | 6e6bd33315e53c3075f2b44b771926d16fa6b120 /misc/zoneinfo | |
parent | 61c3d95c05438c7276b46d020007b7ddfeca4af8 (diff) | |
download | freebsd-ports-gnome-32eb9d271bae123ded075bb6d1262835a37ea315.tar.gz freebsd-ports-gnome-32eb9d271bae123ded075bb6d1262835a37ea315.tar.zst freebsd-ports-gnome-32eb9d271bae123ded075bb6d1262835a37ea315.zip |
Allow package building to allow users to get rapide update of the timezones by
simply installing the package
Note: testing will fail as poudriere is pedantic and hates when a port tries to
update base. But this port is one the of rare that makes sense overwriting base.
With hat: portmgr
Requested by: many
Diffstat (limited to 'misc/zoneinfo')
-rw-r--r-- | misc/zoneinfo/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index 9aefebc46480..a8ec64c3db66 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -20,12 +20,6 @@ POSIXRULES= America/New_York # Run with "DEVELOPER=1 make check-plist" before commiting! -# Prevent packages if on the FreeBSD building cluster. This because -# it overwrites system files and directories. -.if defined(PACKAGE_BUILDING) -NO_PACKAGE= Overwrites files in the base system -.endif - # Make sure it breaks when the distfile isn't there anymore. .if !defined(PACKAGE_BUILDING) MASTER_SITES+= http://people.freebsd.org/~edwin/ |