diff options
author | seb <seb@pkgsrc.org> | 2003-07-31 22:02:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-31 22:02:07 +0000 |
commit | 383b0b5811351f25a35734490c03e4bd7d7b1aa7 (patch) | |
tree | 2b0cc33d120b4bc245623e6a31ed9309b2801555 | |
parent | 14c89f8608383f2bb48d9931e4264186c0b7df16 (diff) | |
download | pkgsrc-383b0b5811351f25a35734490c03e4bd7d7b1aa7.tar.gz |
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.
-rw-r--r-- | textproc/groff/Makefile | 3 | ||||
-rw-r--r-- | textproc/groff/PLIST.SunOS | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index dec8569446a..2146e5428df 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -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" diff --git a/textproc/groff/PLIST.SunOS b/textproc/groff/PLIST.SunOS index fcdacf4c04e..1dc88d3b916 100644 --- a/textproc/groff/PLIST.SunOS +++ b/textproc/groff/PLIST.SunOS @@ -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 |