pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Use common values from py-carbon/Makefile.common.



Module Name:	pkgsrc-wip
Committed By:	Jeff Rizzo <riz%tastylime.net@localhost>
Pushed By:	riz
Date:		Mon Dec 7 14:51:08 2015 -0800
Changeset:	10f176d186d59af125b0c9224ac7420d19609773

Modified Files:
	py-graphite-web/Makefile

Log Message:
Use common values from py-carbon/Makefile.common.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10f176d186d59af125b0c9224ac7420d19609773

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-graphite-web/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-graphite-web/Makefile b/py-graphite-web/Makefile
index 1f1e5c9..68c0882 100644
--- a/py-graphite-web/Makefile
+++ b/py-graphite-web/Makefile
@@ -24,9 +24,6 @@ PYTHON_VERSIONED_DEPENDENCIES=	cairo
 
 BUILD_DEFS+=		VARBASE GRAPHITE_DIR
 
-GRAPHITE_DIR?=		${VARBASE}/graphite
-GRAPHITE_EGDIR?=	share/examples/graphite
-
 REPLACE_SH+=		bin/build-index.sh
 
 SUBST_CLASSES+=		dirs
@@ -65,6 +62,7 @@ pre-build:
 post-install:
 	${LN} -s ${PKG_SYSCONFDIR}/local_settings.py ${DESTDIR}${PREFIX}/${PYSITELIB}/graphite/
 
+.include "../../wip/py-carbon/Makefile.common"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index