From 8b4093cba5775260e98d51f74cd187fb9af825a8 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 2 Dec 2016 11:58:21 +0000 Subject: Do not use post-stage. Use post-install instead. The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight --- databases/py-carbon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/py-carbon') diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index af8a90bd1393..a8712844333b 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -21,7 +21,7 @@ USE_RC_SUBR= carbon USE_GITHUB= yes GH_ACCOUNT= graphite-project -post-stage: +post-install: ${RM} -r ${STAGEDIR}${PREFIX}/examples/init.d ${RMDIR} ${STAGEDIR}${PREFIX}/examples -- cgit v1.2.3