Don't build HTML man pages. With BuildHtmlManPages set to YES, imake-using
packages would install HTML man pages. Since this is not the default setting for NetBSD, and most (all?) pkgsrc developers use NetBSD as their primary development operating system, PLISTs all over pkgsrc don't contain HTML man pages.
This commit is contained in:
parent
0bb9962ba5
commit
6ce20f8e7c
2 changed files with 2 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
||||||
@comment $NetBSD: PLIST.common,v 1.4 2003/07/25 19:43:03 blef Exp $
|
@comment $NetBSD: PLIST.common,v 1.5 2003/09/02 23:26:28 blef Exp $
|
||||||
bin/ccmakedep
|
bin/ccmakedep
|
||||||
bin/cleanlinks
|
bin/cleanlinks
|
||||||
bin/gccmakedep
|
bin/gccmakedep
|
||||||
|
@ -119,21 +119,4 @@ lib/X11/config/xf86.rules
|
||||||
lib/X11/config/xf86.tmpl
|
lib/X11/config/xf86.tmpl
|
||||||
lib/X11/config/xf86site.def
|
lib/X11/config/xf86site.def
|
||||||
lib/X11/config/xfree86.cf
|
lib/X11/config/xfree86.cf
|
||||||
lib/X11/doc/html/ccmakedep.1.html
|
|
||||||
lib/X11/doc/html/cleanlinks.1.html
|
|
||||||
lib/X11/doc/html/gccmakedep.1.html
|
|
||||||
lib/X11/doc/html/imake.1.html
|
|
||||||
lib/X11/doc/html/lndir.1.html
|
|
||||||
lib/X11/doc/html/makedepend.1.html
|
|
||||||
lib/X11/doc/html/makeg.1.html
|
|
||||||
lib/X11/doc/html/makestrs.1.html
|
|
||||||
lib/X11/doc/html/manindex1.html
|
|
||||||
lib/X11/doc/html/mergelib.1.html
|
|
||||||
lib/X11/doc/html/mkdirhier.1.html
|
|
||||||
lib/X11/doc/html/mkhtmlindex.1.html
|
|
||||||
lib/X11/doc/html/pswrap.1.html
|
|
||||||
lib/X11/doc/html/revpath.1.html
|
|
||||||
lib/X11/doc/html/rman.1.html
|
|
||||||
lib/X11/doc/html/xmkmf.1.html
|
|
||||||
@dirrm lib/X11/config
|
@dirrm lib/X11/config
|
||||||
@dirrm lib/X11/doc/html
|
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ProjectRoot @PREFIX@
|
#define ProjectRoot @PREFIX@
|
||||||
#define BuildHtmlManPages YES
|
#define BuildHtmlManPages NO
|
||||||
#define MakeCmd @MAKE@
|
#define MakeCmd @MAKE@
|
||||||
|
|
Loading…
Reference in a new issue