pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/hebcal



Module Name:    pkgsrc
Committed By:   jlam
Date:           Fri Aug 18 01:14:32 UTC 2017

Modified Files:
        pkgsrc/time/hebcal: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/hebcal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/hebcal/Makefile
diff -u pkgsrc/time/hebcal/Makefile:1.9 pkgsrc/time/hebcal/Makefile:1.10
--- pkgsrc/time/hebcal/Makefile:1.9     Sat Jul  9 06:39:08 2016
+++ pkgsrc/time/hebcal/Makefile Fri Aug 18 01:14:32 2017
@@ -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"



Home | Main Index | Thread Index | Old Index