diff options
Diffstat (limited to 'x11-drivers/xorg-drivers/Makefile')
-rw-r--r-- | x11-drivers/xorg-drivers/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index a8f0921183f4..2729f9a59658 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -97,7 +97,6 @@ SUNFFB_DESC= Install sunffb video driver # these drivers have a different module name compared to the plugin they install QUIRKS= keyboard:kbd -NO_STAGE= yes .include <bsd.port.options.mk> # Manual add arch specific drivers so they be added to depend lines. @@ -122,7 +121,7 @@ RUN_DEPENDS+= ${${type:U}DIR}/${i}_drv.so:${PORTSDIR}/x11-drivers/xf86-${type}-$ .endfor do-install: - ${MKDIR} ${PREFIX}/libdata/xorg - ${TOUCH} ${PREFIX}/libdata/xorg/drivers + ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg + ${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/drivers .include <bsd.port.mk> |