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.
This commit is contained in:
parent
e921dbdd59
commit
442b0d19fa
1 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue