Index: Makefile =================================================================== --- Makefile (revision 311575) +++ Makefile (working copy) @@ -86,6 +86,8 @@ GUILE_DESC= Guile bindings (swig) TK_DESC= TK toolkit support +LANGS= R go guile io lua java ocaml php python27 python26 python25 python24 python23 ruby sharp tcl + .include .if ${PORT_OPTIONS:MGVEDIT} @@ -468,5 +470,13 @@ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan_data/*.dat \ ${EXAMPLESDIR}/pathplan_data/ .endif +# Be consistent with pkg-plist which adds some mkdir -p all over the place +.for l in ${LANGS} + @${MKDIR} ${PREFIX}/lib/graphviz/${l} +.endfor + @${MKDIR} ${DATADIR}/demo + @${MKDIR} ${DATADIR}/examples + @${MKDIR} ${DATADIR}/gvedit + @${MKDIR} ${DATADIR}/symrna .include