Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 13:09:26 +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: r329989 - head/x11-toolkits/linux-f10-pango
Message-ID:  <201310101309.r9AD9Qg6024257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Oct 10 13:09:26 2013
New Revision: 329989
URL: http://svnweb.freebsd.org/changeset/ports/329989

Log:
  Fix package building/(de)installation with staging support.
  
  Ideas from:	bapt, antoine

Modified:
  head/x11-toolkits/linux-f10-pango/Makefile
  head/x11-toolkits/linux-f10-pango/pkg-plist

Modified: head/x11-toolkits/linux-f10-pango/Makefile
==============================================================================
--- head/x11-toolkits/linux-f10-pango/Makefile	Thu Oct 10 13:03:28 2013	(r329988)
+++ head/x11-toolkits/linux-f10-pango/Makefile	Thu Oct 10 13:09:26 2013	(r329989)
@@ -26,7 +26,4 @@ USE_LDCONFIG=	yes
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 
-post-install:
-	@${STAGEDIR}${PREFIX}/usr/bin/pango-querymodules-32 > ${STAGEDIR}${PREFIX}/etc/pango/i686-pc-linux-gnu/pango.modules
-
 .include <bsd.port.mk>

Modified: head/x11-toolkits/linux-f10-pango/pkg-plist
==============================================================================
--- head/x11-toolkits/linux-f10-pango/pkg-plist	Thu Oct 10 13:03:28 2013	(r329988)
+++ head/x11-toolkits/linux-f10-pango/pkg-plist	Thu Oct 10 13:09:26 2013	(r329989)
@@ -1,5 +1,5 @@
 @comment file listing
-etc/pango/i686-pc-linux-gnu/pango.modules
+@unexec rm %D/etc/pango/i686-pc-linux-gnu/pango.modules
 etc/pango/pangox.aliases
 usr/bin/pango-querymodules-32
 usr/lib/libpango-1.0.so.0



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