pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/hebcal time/hebcal: Fix empty installed GNU info ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbb7e800a017
branches:  trunk
changeset: 366813:fbb7e800a017
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 18 01:14:32 2017 +0000

description:
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:

 time/hebcal/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 5aa93608d62a -r fbb7e800a017 time/hebcal/Makefile
--- a/time/hebcal/Makefile      Thu Aug 17 23:31:23 2017 +0000
+++ b/time/hebcal/Makefile      Fri Aug 18 01:14:32 2017 +0000
@@ -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+=    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"



Home | Main Index | Thread Index | Old Index