diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /time/zonetab | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'time/zonetab')
-rw-r--r-- | time/zonetab/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/zonetab/Makefile b/time/zonetab/Makefile index c2f5517ab43..ca6427de561 100644 --- a/time/zonetab/Makefile +++ b/time/zonetab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/06 13:17:22 heinz Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/09 00:48:17 joerg Exp $ DISTNAME= zonetab-0 CATEGORIES= time @@ -9,7 +9,6 @@ COMMENT= zone.tab file PKG_DESTDIR_SUPPORT= user-destdir -NO_CHECKSUM= yes NO_BUILD= yes # install path is hardwired |