diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 19:23:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 19:23:28 +0000 |
commit | 5fcb22d8096c4c025d05854e86b1302387fb24b0 (patch) | |
tree | 6b1930c5e43e62721cb5b4eecaa38ce8a8c9ffc2 /x11-toolkits/p5-Prima/Makefile | |
parent | 5f7bb3cad63f51cfc93e46120f3d5c7f2a53dc53 (diff) | |
download | ports-5fcb22d8096c4c025d05854e86b1302387fb24b0.tar.gz ports-5fcb22d8096c4c025d05854e86b1302387fb24b0.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Prima/Makefile')
-rw-r--r-- | x11-toolkits/p5-Prima/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index 71da8aae0cbf..a96810664062 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -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> |