aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-23 12:21:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-23 12:21:59 +0000
commit52455737534e64f6684ef4a39e4e1678bc3c21b1 (patch)
tree1a333e5d70ee6cbfabc66d34d1142e5b9fa1ef80 /x11-toolkits/p5-Gnome2/Makefile
parent1d3d29997b1568ef453bda7f28bb32bd9144401a (diff)
downloadports-52455737534e64f6684ef4a39e4e1678bc3c21b1.tar.gz
ports-52455737534e64f6684ef4a39e4e1678bc3c21b1.zip
- Update to 1.046
- Strip shared library Changes: http://search.cpan.org/dist/Gnome2/NEWS
Notes
Notes: svn path=/head/; revision=390382
Diffstat (limited to 'x11-toolkits/p5-Gnome2/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Gnome2/Makefile b/x11-toolkits/p5-Gnome2/Makefile
index 4710436dea05..d36692c47594 100644
--- a/x11-toolkits/p5-Gnome2/Makefile
+++ b/x11-toolkits/p5-Gnome2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Gnome2
-PORTVERSION= 1.045
-PORTREVISION= 1
+PORTVERSION= 1.046
CATEGORIES= x11-toolkits gnome perl5
MASTER_SITES= CPAN \
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
@@ -30,4 +29,7 @@ USES= perl5
USE_GNOME= libbonoboui libgnome libgnomeui
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gnome2/Gnome2.so
+
.include <bsd.port.mk>