mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
Back out the previous change to install the examples - it breaks the release builds.
This commit is contained in:
parent
1548ca3cf2
commit
6ea1a2ddfc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55791
@ -23,10 +23,6 @@ DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dialog.h \
|
||||
${DESTDIR}/usr/include
|
||||
.for file in ${EXAMPLES}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${.CURDIR}/TESTS/${file} ${DESTDIR}/usr/share/examples/libdialog
|
||||
.endfor
|
||||
|
||||
MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \
|
||||
dialog.3 line_edit.3 dialog.3 strheight.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user