svn commit: r329989 - head/x11-toolkits/linux-f10-pango

Rene Ladan rene at FreeBSD.org
Thu Oct 10 13:09:27 UTC 2013


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
+ at 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


More information about the svn-ports-head mailing list