svn commit: r367537 - head/security/isakmpd

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:32:38 UTC 2014


Author: antoine
Date: Sun Sep  7 12:32:37 2014
New Revision: 367537
URL: http://svnweb.freebsd.org/changeset/ports/367537
QAT: https://qat.redports.org/buildarchive/r367537/

Log:
  Allow staging as a regular user

Modified:
  head/security/isakmpd/Makefile

Modified: head/security/isakmpd/Makefile
==============================================================================
--- head/security/isakmpd/Makefile	Sun Sep  7 12:31:05 2014	(r367536)
+++ head/security/isakmpd/Makefile	Sun Sep  7 12:32:37 2014	(r367537)
@@ -5,8 +5,7 @@ PORTNAME=	isakmpd
 PORTVERSION=	20041207
 PORTREVISION=	3
 CATEGORIES=	security net
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	simon
+MASTER_SITES=	LOCAL/simon
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	OpenBSD IKE daemon
@@ -21,6 +20,7 @@ BROKEN=		requires IPsec support
 BUILD_DEPENDS+=	keynote:${PORTSDIR}/security/keynote
 .endif
 
+USES=		uidfix
 USE_RC_SUBR=	isakmpd
 MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man LC_ALL=C
 


More information about the svn-ports-head mailing list