diff options
author | edwin <edwin@FreeBSD.org> | 2006-11-27 19:47:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-11-27 19:47:44 +0800 |
commit | a6865e3408d418fcd2823a01c9d5176d5b4f94f4 (patch) | |
tree | 756ef4d46471e9e99d7c7ce7fa8fb03885a4f1fa /misc/zoneinfo/Makefile | |
parent | 435fe732f8a0e180afa38624bfc35fbe47dd8a14 (diff) | |
download | freebsd-ports-gnome-a6865e3408d418fcd2823a01c9d5176d5b4f94f4.tar.gz freebsd-ports-gnome-a6865e3408d418fcd2823a01c9d5176d5b4f94f4.tar.zst freebsd-ports-gnome-a6865e3408d418fcd2823a01c9d5176d5b4f94f4.zip |
Add patches for WA DST legalisation:
http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPopup?openForm&ParentUNID=9A1B183144403DA54825721200088DF1
Diffstat (limited to 'misc/zoneinfo/Makefile')
-rw-r--r-- | misc/zoneinfo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index 4d6d7de72103..e55384f20849 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -6,6 +6,7 @@ PORTNAME= zoneinfo DISTVERSION= 2006o +PORTVERSION= 1 CATEGORIES= misc MASTER_SITES= ftp://elsie.nci.nih.gov/pub/ DISTNAME= tzdata${DISTVERSION} @@ -16,8 +17,6 @@ COMMENT= Updated timezone definitions WRKSRC= ${WRKDIR} PREFIX= /usr -USE_PERL5_BUILD=yes - TZFILES= africa antarctica asia australasia etcetera europe \ factory northamerica southamerica systemv POSIXRULES= America/New_York |