sysutils/diskimage-tools: Unbreak build

Missing STAGEDIR in mkdir

Reported by:    pkg-fallout
This commit is contained in:
Jason W. Bacon 2025-04-16 11:41:57 -05:00
parent 7d80e7fffb
commit 6d74c851a6

View file

@ -18,7 +18,7 @@ NO_ARCH= yes
MANPREFIX= ${PREFIX}/share
do-install:
@${MKDIR} ${PREFIX}/sbin ${MANPREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/Man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1