aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2014-08-30 18:55:24 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2014-08-30 18:55:24 +0000
commit92c1a89b43b74eeb94234e81cb6eb990aac8e587 (patch)
treedd38c5ae18d44838b13895fdd300241accec4204 /databases/rrdtool
parent180e7c2a845c34304d70116287b61f5654c27cbe (diff)
downloadports-92c1a89b43b74eeb94234e81cb6eb990aac8e587.tar.gz
ports-92c1a89b43b74eeb94234e81cb6eb990aac8e587.zip
Strip RRDs.so
Approach choosen is different from the one in the PR. PR: 192077 Submitted by: takefu@airport.fm
Notes
Notes: svn path=/head/; revision=366667
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index f0051e4c3a68..424749d24c72 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.4.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
@@ -123,5 +123,6 @@ post-install:
@${ECHO_MSG} "# See ${EXAMPLESDIR} for some demonstration code #"
@${ECHO_MSG} "############################################################################"
.endif
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/RRDs/RRDs.so
.include <bsd.port.mk>