diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 15:44:55 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 15:44:55 +0000 |
commit | b917386f74a3c02191a9aa2c32eb9c04c859a539 (patch) | |
tree | 04fb10cbaa0c8b58d65a3644447fb74bfcaea64c /x11-drivers | |
parent | b9c90aa46af1067eabd22c7d490335a4496964e0 (diff) | |
download | ports-b917386f74a3c02191a9aa2c32eb9c04c859a539.tar.gz ports-b917386f74a3c02191a9aa2c32eb9c04c859a539.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 4 |
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> |