pkgsrc/misc/brs/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

23 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.13 2018/07/04 13:40:25 jperkin Exp $
#
DISTNAME= brs.4.00.l1
PKGNAME= brs-4.0
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/religion/}
MAINTAINER= bcv@hub3.net
#HOMEPAGE= http://bible.theverge.com/brs.html
COMMENT= Interactive King James Version Bible
WRKSRC= ${WRKDIR}/bible
BUILD_TARGET= bible
SUBST_CLASSES+= man
SUBST_STAGE.man= pre-configure
SUBST_FILES.man= bible.1
SUBST_SED.man= -e s,/usr/local/lib,${PREFIX}/libdata/${PKGBASE},
BUILDLINK_TRANSFORM+= rm:-fwritable-strings # gcc4 doesn't know it.
.include "../../mk/bsd.pkg.mk"