Revision
108674
Author
ciserlohn@macports.org
Date
2013-07-30 02:13:33 -0700 (Tue, 30 Jul 2013)

Log Message

bison: install missing doc dir; fixes destoot failure (closes #39901)

Modified Paths

Diff

Modified: trunk/dports/devel/bison/Portfile (108673 => 108674)


--- 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'