summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-18 01:14:32 +0000
committerjlam <jlam@pkgsrc.org>2017-08-18 01:14:32 +0000
commit9bff63a2a9ed6ae45f7a51f1e2fa6ad781f9a77e (patch)
treefd875ced69ac99a564dbe97b46d417903d2663bd /time
parentfd61493585412d5f4926feede635103402961cdb (diff)
downloadpkgsrc-9bff63a2a9ed6ae45f7a51f1e2fa6ad781f9a77e.tar.gz
time/hebcal: Fix empty installed GNU info file.
The distributed GNU info file is an empty file. Remove it after extracting the files so that make(1) will rebuild it as part of the "all" target. Bump the PKGREVISION due to a change in the installed GNU info file.
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"