So as I'm working on the freebsd port I noticed that --docdir= is  
being ignored in favor of datadir.  In fact, this appears to have been  
true for some time, since it has been in the port as far back as I  
have local copies (2.1.17 or thereabouts)

The patch in the port is

                 @${REINPLACE_CMD} -e '/^docdir/s!=.*!= @doc...@!'\
                                   ${WRKSRC}/docs/Makefile.in

This changes the following -- which frankly, seems like the right  
thing to do.  If someone supplied a --docdir on the configure line,  
why aren't we using it?

176c176
< docdir = $(pkgdatadir)/doc
---
 > docdir = @docdir@
                
-- 
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source  
and other randomness


_______________________________________________
Bug-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/bug-cfengine

Reply via email to