diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-18 16:39:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-18 16:39:53 +0000 |
| commit | 83c731e4dfab0f537c1e869cf3fbde097d1ba371 (patch) | |
| tree | a2392f944fdbfe46b671e1b10308202f287458ff /gnu/lib/libdialog | |
| parent | 1c9c8d506f810f887f74f4fd7cd8d702ba5ccdb8 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 179fa18b0ba4..20566f7aaff4 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -21,11 +21,8 @@ LDADD= -lncurses DPADD= ${LIBNCURSES} .if !defined(NOHTML) -afterinstall: -.for file in ${EXAMPLES} - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/TESTS/${file} ${DESTDIR}/usr/share/examples/libdialog -.endfor +FILES= ${EXAMPLES:C;^;${.CURDIR}/TESTS/;} +FILESDIR= ${SHAREDIR}/examples/libdialog .endif MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \ |
