Initialise MKCATPAGES (to yes), so that other operations can work on this
Makefile.
This commit is contained in:
parent
fe16c82276
commit
e2387b0672
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.4 1999/11/02 12:06:08 sakamoto Exp $
|
# $NetBSD: Makefile,v 1.5 1999/11/04 10:52:01 agc Exp $
|
||||||
|
|
||||||
DISTNAME= NetBSD1.3I-jman-19990531
|
DISTNAME= NetBSD1.3I-jman-19990531
|
||||||
PKGNAME= ja-man-19990531
|
PKGNAME= ja-man-19990531
|
||||||
|
@ -44,6 +44,8 @@ do-build:
|
||||||
${WRKSRC}/jman/jman.conf \
|
${WRKSRC}/jman/jman.conf \
|
||||||
> ${WRKSRC}/jman/jman.conf.t
|
> ${WRKSRC}/jman/jman.conf.t
|
||||||
|
|
||||||
|
MKCATPAGES?= yes
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${SED} -e 's|$${PREFIX}|${PREFIX}|' ${MESSAGE_SRC} > ${MESSAGE_FILE}
|
@${SED} -e 's|$${PREFIX}|${PREFIX}|' ${MESSAGE_SRC} > ${MESSAGE_FILE}
|
||||||
.if ${MKCATPAGES} == no
|
.if ${MKCATPAGES} == no
|
||||||
|
|
Loading…
Reference in a new issue