Fix package building/(de)installation with staging support.
Ideas from: bapt, antoine
This commit is contained in:
parent
b7b689cd82
commit
fcbaaee32f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329989
2 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue