This commit is contained in:
2024-06-26 09:51:05 +02:00
parent 631009dff7
commit 365c48dfcf
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,6 @@ do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/examples
${INSTALL_DATA} ${WRKSRC}/examples/devfs.rules ${STAGEDIR}${DATADIR}/examples/
${INSTALL_DATA} ${WRKSRC}/examples/jail_skel.conf ${STAGEDIR}${DATADIR}/examples/
${MKDIR} ${MANDIR}/man8/
${INSTALL_MAN} ${WRKSRC}/ngbuddy.8 ${MANDIR}/man8/
${INSTALL_MAN} ${WRKSRC}/ngbuddy.8 ${STAGEDIR}${PREFIX}/share/man/man8/
.include <bsd.port.mk>