aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2014-08-31 02:55:24 +0800
committerzeising <zeising@FreeBSD.org>2014-08-31 02:55:24 +0800
commit04c904669e5eb866abe0b55384e7b03454f4c04b (patch)
treedd38c5ae18d44838b13895fdd300241accec4204
parent04d0d01501866a10481884f10501380af10cb9fa (diff)
downloadfreebsd-ports-gnome-04c904669e5eb866abe0b55384e7b03454f4c04b.tar.gz
freebsd-ports-gnome-04c904669e5eb866abe0b55384e7b03454f4c04b.tar.zst
freebsd-ports-gnome-04c904669e5eb866abe0b55384e7b03454f4c04b.zip
Strip RRDs.so
Approach choosen is different from the one in the PR. PR: 192077 Submitted by: takefu@airport.fm
-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>