diff options
author | zeising <zeising@FreeBSD.org> | 2014-08-31 02:55:24 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-08-31 02:55:24 +0800 |
commit | 04c904669e5eb866abe0b55384e7b03454f4c04b (patch) | |
tree | dd38c5ae18d44838b13895fdd300241accec4204 /databases | |
parent | 04d0d01501866a10481884f10501380af10cb9fa (diff) | |
download | freebsd-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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 3 |
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> |