aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-12-16 15:44:55 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-12-16 15:44:55 +0000
commitb917386f74a3c02191a9aa2c32eb9c04c859a539 (patch)
tree04fb10cbaa0c8b58d65a3644447fb74bfcaea64c /x11-drivers
parentb9c90aa46af1067eabd22c7d490335a4496964e0 (diff)
downloadports-b917386f74a3c02191a9aa2c32eb9c04c859a539.tar.gz
ports-b917386f74a3c02191a9aa2c32eb9c04c859a539.zip
Notes
Diffstat (limited to 'x11-drivers')
-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>