mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
The generation of Prima/Config.pm is not stage safe.
Correct the path inside this file in stage directory. This fixes graphics/IPA build. Reported by: pkg-fallout
This commit is contained in:
parent
5f7bb3cad6
commit
5fcb22d809
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343376
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Prima
|
||||
PORTVERSION= 1.37
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -44,4 +45,7 @@ USE_GNOME= gtk20
|
||||
CONFIGURE_ARGS+=WITH_GTK2=1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${SED} -i '' 's,${STAGEDIR},,g' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/Prima/Config.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user