mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fix staging when Perl is enabled for slave ports.
Reported by: John Wood <john@charpa.org>
This commit is contained in:
parent
5cc31c43ce
commit
4d8940e0dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369683
@ -325,7 +325,7 @@ post-patch:
|
||||
's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
.if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL}
|
||||
post-stage:
|
||||
@${SED} -i '' -e 's|^${STAGEDIR}||g' \
|
||||
${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist
|
||||
|
Loading…
Reference in New Issue
Block a user