summaryrefslogtreecommitdiff
path: root/devel/mongo-c-driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mongo-c-driver/Makefile')
-rw-r--r--devel/mongo-c-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile
index 4cea6f5998c5..181f4928b012 100644
--- a/devel/mongo-c-driver/Makefile
+++ b/devel/mongo-c-driver/Makefile
@@ -21,7 +21,7 @@ USES= cmake pkgconfig
USE_LDCONFIG= yes
LDFLAGS+= -pthread
-post-stage:
+post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmongoc-1.0.so.${PORTVERSION}
.include <bsd.port.mk>