aboutsummaryrefslogtreecommitdiff
path: root/misc/zoneinfo/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-03-28 02:15:40 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-03-28 02:15:40 +0000
commit1436b342415eed683b8c62b570dfbe506b66e7a6 (patch)
treef755412dbcd410b7fac2c39543666e4c14d89521 /misc/zoneinfo/Makefile
parentf2213f7f1bf8b9a82f85fb70704136de9413da67 (diff)
downloadports-1436b342415eed683b8c62b570dfbe506b66e7a6.tar.gz
ports-1436b342415eed683b8c62b570dfbe506b66e7a6.zip
Notes
Diffstat (limited to 'misc/zoneinfo/Makefile')
-rw-r--r--misc/zoneinfo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile
index 09a93a4027c0..ccbc73f3d478 100644
--- a/misc/zoneinfo/Makefile
+++ b/misc/zoneinfo/Makefile
@@ -22,6 +22,12 @@ TZFILES= africa antarctica asia australasia etcetera europe \
factory northamerica southamerica systemv
POSIXRULES= America/New_York
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${FILESDIR}/patch4-zone.tab
+.endif
+
do-build:
umask 022; \
cd ${WRKSRC}; \
@@ -36,4 +42,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>