aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-01-11 03:27:33 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-01-11 03:27:33 +0000
commit7207f9e28e13365cb486637e4817be474cf51e0f (patch)
treea9d1aa18d40a6be0c37d4223ad0307d6c5f39797 /gnu
parent6ea1a2ddfc64c20a1df5f0f6ee330691b4a02b2e (diff)
downloadsrc-7207f9e28e13365cb486637e4817be474cf51e0f.tar.gz
src-7207f9e28e13365cb486637e4817be474cf51e0f.zip
This change was mis-identified as the problem, sorry. It appears to be
an anomaly restricted only to the alpha in FreeBSD-current (weird).
Notes
Notes: svn path=/head/; revision=55792
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 6c86ee44604c..3b6342f2a844 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -23,6 +23,10 @@ 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 \