diff options
author | green <green@FreeBSD.org> | 2000-01-11 12:37:57 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-01-11 12:37:57 +0000 |
commit | db50f8609e93847321e02e7e1336f0f3847617e9 (patch) | |
tree | cf1f12f33320be5e52118b52597411db1faed2f5 /gnu | |
parent | aa0fc48ff198536186ad943ae10773b1cc9238a6 (diff) | |
download | FreeBSD-src-db50f8609e93847321e02e7e1336f0f3847617e9.zip FreeBSD-src-db50f8609e93847321e02e7e1336f0f3847617e9.tar.gz |
*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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 3b6342f..858b59d 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 |