aboutsummaryrefslogtreecommitdiff
path: root/x11/linux-f10-xorg-libs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-06 15:34:29 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-06 15:34:29 +0000
commitafb995a63a605a06cc6c652993fda3e50be68acb (patch)
treea8a2a397a596c0e6a19b1a8b54b9d39a6205fe92 /x11/linux-f10-xorg-libs
parent24859a6baf50753bffaa34ac512c8404bce9781f (diff)
downloadports-afb995a63a605a06cc6c652993fda3e50be68acb.tar.gz
ports-afb995a63a605a06cc6c652993fda3e50be68acb.zip
Add stage support for linux-f10-* packages maintained by emulation@
(category x11).
Notes
Notes: svn path=/head/; revision=329595
Diffstat (limited to 'x11/linux-f10-xorg-libs')
-rw-r--r--x11/linux-f10-xorg-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/linux-f10-xorg-libs/Makefile b/x11/linux-f10-xorg-libs/Makefile
index 876f7a28bcef..523d9b00a2bc 100644
--- a/x11/linux-f10-xorg-libs/Makefile
+++ b/x11/linux-f10-xorg-libs/Makefile
@@ -95,8 +95,8 @@ USE_LINUX_APPS= fontconfig
LINUX_DIST_VER= 10
USE_LDCONFIG= yes
-NO_STAGE= yes
post-install:
- @${INSTALL_DATA} ${FILESDIR}/xorg-x11-i386.conf ${PREFIX}/etc/ld.so.conf.d
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d
+ @${INSTALL_DATA} ${FILESDIR}/xorg-x11-i386.conf ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d
.include <bsd.port.mk>