*draws his sword*
I smite thee, vile buildworld breakage! The story is that these were added to beforeinstall improperly. In our beforeinstall, a full mtree has not been populated. Since the tree is not populated, we explode from missing directories on doc install. It should not be done in beforeinstall (includes) anyway.
This commit is contained in:
parent
b8d1e942b5
commit
c9215ae2ed
@ -23,6 +23,8 @@ DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dialog.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
||||
afterinstall:
|
||||
.for file in ${EXAMPLES}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${.CURDIR}/TESTS/${file} ${DESTDIR}/usr/share/examples/libdialog
|
||||
|
@ -253,6 +253,7 @@ beforeinstall: ${HEADERS}
|
||||
rm -f ${DESTDIR}/usr/include/ncurses.h
|
||||
ln -s curses.h ${DESTDIR}/usr/include/ncurses.h
|
||||
|
||||
afterinstall:
|
||||
.for file in ${DOCS}
|
||||
cd ${.CURDIR}/../../contrib/ncurses/misc ; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
|
||||
|
@ -253,6 +253,7 @@ beforeinstall: ${HEADERS}
|
||||
rm -f ${DESTDIR}/usr/include/ncurses.h
|
||||
ln -s curses.h ${DESTDIR}/usr/include/ncurses.h
|
||||
|
||||
afterinstall:
|
||||
.for file in ${DOCS}
|
||||
cd ${.CURDIR}/../../contrib/ncurses/misc ; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
|
||||
|
Loading…
Reference in New Issue
Block a user