Distribution "Makefile" handles "MANZ" on its own.
This commit is contained in:
parent
3daac0760b
commit
d8098e043c
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: Oct 27, 1994
|
||||
# Whom: pst
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1998/02/10 00:29:57 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1998/03/05 13:04:03 tron Exp $
|
||||
# $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp
|
||||
#
|
||||
|
||||
|
@ -20,6 +20,11 @@ MIRROR_DISTFILE= no
|
|||
NO_WRKSUBDIR= yes
|
||||
MAN1= kermit.1
|
||||
|
||||
# MANZ is handled automatically
|
||||
.if defined(MANZ)
|
||||
MANCOMPRESSED= 1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/examples/kermit
|
||||
${INSTALL_DATA} ${FILESDIR}/dot.kermrc ${PREFIX}/share/examples/kermit
|
||||
|
|
Loading…
Reference in a new issue