diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 11:31:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 11:31:12 +0000 |
commit | a028972e977a5ec21e70501bc6115339714967da (patch) | |
tree | 5f04efa6283241605662919ddcc0b7ecb1bf54e3 /time | |
parent | 07628a5e061e0befbfc5639df6b8d409166767fb (diff) | |
download | pkgsrc-a028972e977a5ec21e70501bc6115339714967da.tar.gz |
Update documentation of ONLY_FOR_PLATFORM.
XXX: the file in here is badly out of date wrt upstream tzdata.
Diffstat (limited to 'time')
-rw-r--r-- | time/zonetab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/zonetab/Makefile b/time/zonetab/Makefile index 6fece20c2b1..78f2d256a0d 100644 --- a/time/zonetab/Makefile +++ b/time/zonetab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:26 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2015/01/01 11:31:12 dholland Exp $ DISTNAME= zonetab-0 CATEGORIES= time @@ -9,7 +9,7 @@ COMMENT= NetBSD zone.tab file NO_BUILD= yes -# install path is hardwired +# Installs NetBSD's zone data, not probably that useful elsewhere. ONLY_FOR_PLATFORM= NetBSD-*-* ZTDIR= ${PREFIX}/share/examples/zoneinfo |