aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-01-11 12:37:57 +0000
committerBrian Feldman <green@FreeBSD.org>2000-01-11 12:37:57 +0000
commitc9215ae2ed3059b44cabc86362dbe9633e8d65b3 (patch)
tree15a491a07682ba4b586a0453814d102cc612ae55 /gnu/lib
parentb8d1e942b5f7528dd738feb0692e967f697063e7 (diff)
downloadsrc-c9215ae2ed3059b44cabc86362dbe9633e8d65b3.tar.gz
src-c9215ae2ed3059b44cabc86362dbe9633e8d65b3.zip
*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.
Notes
Notes: svn path=/head/; revision=55813
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 3b6342f2a844..858b59d54c69 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -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