With USE_NEW_TEXINFO, texinfo.mk should not be included by the package
Makefile so remove this inclusion. Also convert SunOS' PLIST to USE_NEW_TEXINFO.
This commit is contained in:
parent
14c89f8608
commit
383b0b5811
2 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2003/07/17 22:54:16 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2003/07/31 22:02:07 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= groff-1.19
|
||||
|
@ -32,5 +32,4 @@ CONFIGURE_ENV+= PAGE=${PAPERSIZE}
|
|||
.endif
|
||||
|
||||
.include "../../mk/ghostscript.mk"
|
||||
.include "../../mk/texinfo.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST.SunOS,v 1.2 2003/06/05 04:16:25 grant Exp $
|
||||
@comment $NetBSD: PLIST.SunOS,v 1.3 2003/07/31 22:02:07 seb Exp $
|
||||
bin/addftinfo
|
||||
bin/afmtodit
|
||||
bin/eqn2graph
|
||||
|
@ -29,7 +29,6 @@ bin/pic2graph
|
|||
bin/post-grohtml
|
||||
bin/pre-grohtml
|
||||
bin/tfmtodit
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/groff %D/info/dir
|
||||
info/groff
|
||||
info/groff-1
|
||||
info/groff-10
|
||||
|
@ -42,7 +41,6 @@ info/groff-6
|
|||
info/groff-7
|
||||
info/groff-8
|
||||
info/groff-9
|
||||
@exec ${INSTALL_INFO} %D/info/groff %D/info/dir
|
||||
lib/groff/site-tmac/an.tmac
|
||||
lib/groff/site-tmac/ansun.tmac
|
||||
lib/groff/site-tmac/bib.tmac
|
||||
|
|
Loading…
Reference in a new issue