summaryrefslogtreecommitdiff
path: root/time/zonetab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/zonetab/Makefile')
-rw-r--r--time/zonetab/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/time/zonetab/Makefile b/time/zonetab/Makefile
new file mode 100644
index 00000000000..ba2f0ae527b
--- /dev/null
+++ b/time/zonetab/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 21:46:38 drochner Exp $
+
+DISTNAME= zonetab-0
+CATEGORIES= time
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= zone.tab file
+
+NO_CHECKSUM= yes
+NO_BUILD= yes
+
+# install path is hardwired
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
+ZTDIR= ${PREFIX}/share/examples/zoneinfo
+do-install:
+ ${INSTALL_DATA_DIR} ${ZTDIR}
+ ${INSTALL_DATA} ${FILESDIR}/zone.tab ${ZTDIR}
+
+.include "../../mk/bsd.pkg.mk"