1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Fix staging with the non-default UTILS option.

Noticed by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
This commit is contained in:
Niclas Zeising 2013-12-16 15:44:55 +00:00
parent b9c90aa46a
commit b917386f74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336643

View File

@ -30,8 +30,8 @@ PLIST_SUB= UTILS="@comment "
.if ${PORT_OPTIONS:MUTILS}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${STAGEDIR}${PREFIX}/sbin
.endif
.include <bsd.port.mk>