Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 15:40:51 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329596 - head/x11-fonts/linux-f10-fontconfig
Message-ID:  <201310061540.r96Fep41031883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Oct  6 15:40:51 2013
New Revision: 329596
URL: http://svnweb.freebsd.org/changeset/ports/329596

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

Modified:
  head/x11-fonts/linux-f10-fontconfig/Makefile

Modified: head/x11-fonts/linux-f10-fontconfig/Makefile
==============================================================================
--- head/x11-fonts/linux-f10-fontconfig/Makefile	Sun Oct  6 15:34:29 2013	(r329595)
+++ head/x11-fonts/linux-f10-fontconfig/Makefile	Sun Oct  6 15:40:51 2013	(r329596)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	linux-f10-
 DISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
 
 MAINTAINER=	emulation@FreeBSD.org
-COMMENT=	An XML-based font configuration API for X Windows (Linux Fedora 10)
+COMMENT=	XML-based font configuration API for X Windows (Linux Fedora 10)
 
 CONFLICTS=	linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]*
 
@@ -23,14 +23,14 @@ USE_LDCONFIG=	yes
 
 # We will use some other configuration file, so delete a linux one
 # Don't let the linux fc-cache mess up the native cache file
-NO_STAGE=	yes
 post-extract:
 		@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \
 			${WRKSRC}/usr/bin/fc-cache \
 			${WRKSRC}/usr/share/man/man1/fc-cache.1.gz
 
 post-install:
-		@${LN} -s ${LOCALBASE}/etc/fonts ${PREFIX}/etc/
+		${MKDIR} ${STAGEDIR}${PREFIX}/etc
+		@${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061540.r96Fep41031883>