summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/hebcal/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/time/hebcal/Makefile b/time/hebcal/Makefile
index d8a8d5935cb..fc08e49e77f 100644
--- a/time/hebcal/Makefile
+++ b/time/hebcal/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 06:39:08 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/08/18 01:14:32 jlam Exp $
#
DISTNAME= hebcal-3.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hebcal/}
@@ -19,4 +19,10 @@ USE_TOOLS+= perl
USE_TOOLS+= m4
USE_TOOLS+= makeinfo
+# Remove an empty hebcal.info file to force it to be generated
+# properly during the build.
+#
+post-extract:
+ ${RUN}${RM} -f ${WRKSRC}/doc/*.info
+
.include "../../mk/bsd.pkg.mk"