Install the support files dhcpd.conf, install.cfg, loader.rc,
pkgmaker.sh, post, and pre. This fixes broken links in the article to the mentioned files, when the article is installed to a different location. Noticed by: Darren <darren@dazdaz.org>
This commit is contained in:
parent
5c08239efd
commit
63302bbf57
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17788
1 changed files with 5 additions and 0 deletions
|
@ -11,4 +11,9 @@ SRCS= article.sgml
|
|||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
afterinstall:
|
||||
${INSTALL_DOCS} ${.CURDIR}/dhcpd.conf ${.CURDIR}/install.cfg \
|
||||
${.CURDIR}/loader.rc ${.CURDIR}/pkgmaker.sh \
|
||||
${.CURDIR}/post ${.CURDIR}/pre ${DESTDIR}
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue