Back out the previous change to install the examples - it breaks the release builds.

This commit is contained in:
Jordan K. Hubbard 2000-01-11 02:18:33 +00:00
parent 1548ca3cf2
commit 6ea1a2ddfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55791

View File

@ -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 \