svn commit: r413086 - head/security/sslsplit

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 11 20:24:12 UTC 2016


Author: bapt
Date: Mon Apr 11 20:24:10 2016
New Revision: 413086
URL: https://svnweb.freebsd.org/changeset/ports/413086

Log:
  Fix build as a user

Modified:
  head/security/sslsplit/Makefile

Modified: head/security/sslsplit/Makefile
==============================================================================
--- head/security/sslsplit/Makefile	Mon Apr 11 20:18:17 2016	(r413085)
+++ head/security/sslsplit/Makefile	Mon Apr 11 20:24:10 2016	(r413086)
@@ -11,9 +11,9 @@ COMMENT=	Transparent and scalable SSL/TL
 
 LIB_DEPENDS=	libevent.so:devel/libevent2
 
-USES=		gmake pkgconfig tar:bzip2
+USES=		gmake pkgconfig tar:bzip2 uidfix
 MAKEFILE=	GNUmakefile
-MAKE_ENV=	DESTDIR=${STAGEDIR} MANDIR=man
+MAKE_ENV=	DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID}
 PLIST_FILES=	bin/sslsplit man/man1/sslsplit.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list