svn commit: r336643 - head/x11-drivers/xf86-video-radeonhd
Niclas Zeising
zeising at FreeBSD.org
Mon Dec 16 15:44:55 UTC 2013
Author: zeising
Date: Mon Dec 16 15:44:55 2013
New Revision: 336643
URL: http://svnweb.freebsd.org/changeset/ports/336643
Log:
Fix staging with the non-default UTILS option.
Noticed by: "O. Hartmann" <ohartman at zedat.fu-berlin.de>
Modified:
head/x11-drivers/xf86-video-radeonhd/Makefile
Modified: head/x11-drivers/xf86-video-radeonhd/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-radeonhd/Makefile Mon Dec 16 14:52:26 2013 (r336642)
+++ head/x11-drivers/xf86-video-radeonhd/Makefile Mon Dec 16 15:44:55 2013 (r336643)
@@ -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>
More information about the svn-ports-all
mailing list