diff options
author | jkh <jkh@FreeBSD.org> | 2000-01-11 02:18:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-01-11 02:18:33 +0000 |
commit | d57516bd4a20274ef5b3055f2e0076b0bf45d19c (patch) | |
tree | fc7f014e6d4dd0330c478589a8bbc50e67695851 /gnu/lib/libdialog/Makefile | |
parent | f27aacd6929ad88c487d480aeebf1e3233caec74 (diff) | |
download | FreeBSD-src-d57516bd4a20274ef5b3055f2e0076b0bf45d19c.zip FreeBSD-src-d57516bd4a20274ef5b3055f2e0076b0bf45d19c.tar.gz |
Back out the previous change to install the examples - it breaks the release builds.
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 3b6342f..6c86ee4 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -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 \ |