mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replaced afterinstall: with FILES.
This commit is contained in:
parent
1c9c8d506f
commit
83c731e4df
1 changed files with 2 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue