Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal to
bsd.pkg.mk, and will go away soon.
This commit is contained in:
parent
529ac36ae5
commit
3024b9c49e
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 1998/06/19 21:18:06 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1998/06/22 09:03:07 agc Exp $
|
||||
# $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp
|
||||
#
|
||||
|
||||
|
@ -14,11 +14,11 @@ RESTRICTED= "'No redistribution' copyright"
|
|||
MIRROR_DISTFILE= no
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
|
||||
# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# XXX kludge for problem with automatic manual page handling
|
||||
_MANPAGES=
|
||||
.ifdef MANZ
|
||||
MANCOMPRESSED= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/examples/kermit
|
||||
|
|
Loading…
Reference in a new issue