1
0
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:
Antoine Brodin 2014-02-08 19:23:28 +00:00
parent 5f7bb3cad6
commit 5fcb22d809
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343376

View File

@ -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>