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/sqlrelay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/sqlrelay') diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 51562be615af..564e8732c5d0 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -153,7 +153,7 @@ post-patch: post-configure: @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/config.mk -post-stage: +post-install: .for f in ${TOSTRIP} -${STRIP_CMD} ${STAGEDIR}${PREFIX}/${f} .endfor -- cgit v1.2.3