bison: install missing doc dir; fixes destoot failure (closes #39901)
--- trunk/dports/devel/bison/Portfile 2013-07-30 06:02:55 UTC (rev 108673)
+++ trunk/dports/devel/bison/Portfile 2013-07-30 09:13:33 UTC (rev 108674)
@@ -36,6 +36,7 @@
post-destroot {
set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
xinstall -m 0444 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
THANKS TODO ${destroot}${docdir}
# yacc manpage gets installed even with '--disable-yacc'