svn commit: r447433 - head/security/sslsplit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 5 23:13:38 UTC 2017


Author: sunpoet
Date: Sat Aug  5 23:13:36 2017
New Revision: 447433
URL: https://svnweb.freebsd.org/changeset/ports/447433

Log:
  Use post-install: instead of post-stage:
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/sslsplit/Makefile

Modified: head/security/sslsplit/Makefile
==============================================================================
--- head/security/sslsplit/Makefile	Sat Aug  5 23:13:31 2017	(r447432)
+++ head/security/sslsplit/Makefile	Sat Aug  5 23:13:36 2017	(r447433)
@@ -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>


More information about the svn-ports-all mailing list