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 --- mail/libsrs2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/libsrs2') diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile index a3d2af5747ea..416a099cf46b 100644 --- a/mail/libsrs2/Makefile +++ b/mail/libsrs2/Makefile @@ -16,7 +16,7 @@ USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0 .include -- cgit v1.2.3