svn commit: r329595 - head/x11/linux-f10-xorg-libs

Rene Ladan rene at FreeBSD.org
Sun Oct 6 15:34:29 UTC 2013


Author: rene
Date: Sun Oct  6 15:34:29 2013
New Revision: 329595
URL: http://svnweb.freebsd.org/changeset/ports/329595

Log:
  Add stage support for linux-f10-* packages maintained by emulation@
  (category x11).

Modified:
  head/x11/linux-f10-xorg-libs/Makefile

Modified: head/x11/linux-f10-xorg-libs/Makefile
==============================================================================
--- head/x11/linux-f10-xorg-libs/Makefile	Sun Oct  6 15:26:15 2013	(r329594)
+++ head/x11/linux-f10-xorg-libs/Makefile	Sun Oct  6 15:34:29 2013	(r329595)
@@ -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>


More information about the svn-ports-all mailing list