aboutsummaryrefslogtreecommitdiff
path: root/databases/py-carbon/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-02-07 00:16:57 +0000
committerSteve Wills <swills@FreeBSD.org>2016-02-07 00:16:57 +0000
commit4b848679a55861b5e1631e4378ec7806ca6a181a (patch)
treed823a3b433b7e5a8fc018b121b250c096dff3a23 /databases/py-carbon/Makefile
parent6252bbf713dace69ce578d50cb5a2b3b602c02b9 (diff)
downloadports-4b848679a55861b5e1631e4378ec7806ca6a181a.tar.gz
ports-4b848679a55861b5e1631e4378ec7806ca6a181a.zip
databases/py-carbon: update to 0.9.15
PR: 206532 Submitted by: Michael Zhilin <mizhka@gmail.com>
Notes
Notes: svn path=/head/; revision=408338
Diffstat (limited to 'databases/py-carbon/Makefile')
-rw-r--r--databases/py-carbon/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile
index 4a46b4b5de1d..82beb82e01a5 100644
--- a/databases/py-carbon/Makefile
+++ b/databases/py-carbon/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= carbon
-PORTVERSION= 0.9.12
-PORTREVISION= 2
+PORTVERSION= 0.9.15
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,4 +21,8 @@ USE_RC_SUBR= carbon
USE_GITHUB= yes
GH_ACCOUNT= graphite-project
+post-stage:
+ ${RM} -rf ${STAGEDIR}${PREFIX}/examples/init.d
+ ${RMDIR} ${STAGEDIR}${PREFIX}/examples
+
.include <bsd.port.mk>