aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/sslsplit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile
index 2e5a58be4245..b8a666e1e558 100644
--- a/security/sslsplit/Makefile
+++ b/security/sslsplit/Makefile
@@ -18,7 +18,7 @@ MAKEFILE= GNUmakefile
MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID}
PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz
-post-stage:
+post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit
.include <bsd.port.mk>