summaryrefslogtreecommitdiff
path: root/x11-fonts/xorg-fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/xorg-fonts/Makefile')
-rw-r--r--x11-fonts/xorg-fonts/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile
index f3ef39b662e1..33a70418a992 100644
--- a/x11-fonts/xorg-fonts/Makefile
+++ b/x11-fonts/xorg-fonts/Makefile
@@ -23,9 +23,8 @@ RUN_DEPENDS= xorg-fonts-100dpi>=0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/libdata/xorg
- ${TOUCH} ${PREFIX}/libdata/xorg/fonts
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
+ ${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/fonts
.include <bsd.port.mk>