mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Don't install /etc/manpath.config.sample.
This commit is contained in:
parent
08bf4f641e
commit
43faa6dff6
1 changed files with 0 additions and 4 deletions
|
|
@ -17,8 +17,4 @@ ${MAN1}: ${.CURDIR}/manpath.man
|
|||
-e 's,%manpath_config_file%,${manpath_config_file},' \
|
||||
${.CURDIR}/manpath.man > ${MAN1}
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
|
||||
${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue