aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-radeonhd
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-12-16 23:44:55 +0800
committerzeising <zeising@FreeBSD.org>2013-12-16 23:44:55 +0800
commit8ed9a943fd1f92d9dde6fc2019be02b0b7e7f4d9 (patch)
tree04fb10cbaa0c8b58d65a3644447fb74bfcaea64c /x11-drivers/xf86-video-radeonhd
parent6fd5ca578b023677848b0c3be8be859c383ab7cf (diff)
downloadfreebsd-ports-gnome-8ed9a943fd1f92d9dde6fc2019be02b0b7e7f4d9.tar.gz
freebsd-ports-gnome-8ed9a943fd1f92d9dde6fc2019be02b0b7e7f4d9.tar.zst
freebsd-ports-gnome-8ed9a943fd1f92d9dde6fc2019be02b0b7e7f4d9.zip
Fix staging with the non-default UTILS option.
Noticed by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd')
-rw-r--r--x11-drivers/xf86-video-radeonhd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile
index f72eae30eccf..01430e76c294 100644
--- a/x11-drivers/xf86-video-radeonhd/Makefile
+++ b/x11-drivers/xf86-video-radeonhd/Makefile
@@ -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>