summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2020-05-23 21:32:14 +0000
committerschmonz <schmonz@pkgsrc.org>2020-05-23 21:32:14 +0000
commita8e2c4d798ece59eab2d060ec97f8e6ff49ce704 (patch)
tree9e4d898aa8b9eff31181cc56385a1a1a9815e31c /devel
parent176c12066e5ae2b2b915b4c945eaf0ffe6d7c9e2 (diff)
downloadpkgsrc-a8e2c4d798ece59eab2d060ec97f8e6ff49ce704.tar.gz
Restore missing .include of options.mk.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtai/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile
index b01390a161a..78aad307b40 100644
--- a/devel/libtai/Makefile
+++ b/devel/libtai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/03/22 13:24:00 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/23 21:32:14 schmonz Exp $
#
DISTNAME= libtai-0.60
@@ -28,6 +28,8 @@ SUBST_VARS.paths= PKG_SYSCONFDIR
INSTALLATION_DIRS= bin include lib ${EGDIR}
INSTALLATION_DIRS+= ${PKGMANDIR}/man3
+.include "options.mk"
+
post-build:
cd ${WRKSRC} && ./leapsecs < leapsecs.txt > leapsecs.dat