Add temporary kludge for problem with automatical manual page handling.
This commit is contained in:
parent
c5e7ac84af
commit
45873e7d30
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:16 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.8 1998/06/19 21:18:06 tron Exp $
|
||||
# $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp
|
||||
#
|
||||
|
||||
|
@ -17,6 +17,9 @@ 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.
|
||||
|
||||
# XXX kludge for problem with automatic manual page handling
|
||||
_MANPAGES=
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/examples/kermit
|
||||
${INSTALL_DATA} ${FILESDIR}/dot.kermrc ${PREFIX}/share/examples/kermit
|
||||
|
|
Loading…
Reference in a new issue