svn commit: r367356 - head/sysutils/ldapenter

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 16:46:14 UTC 2014


Author: antoine
Date: Fri Sep  5 16:46:13 2014
New Revision: 367356
URL: http://svnweb.freebsd.org/changeset/ports/367356
QAT: https://qat.redports.org/buildarchive/r367356/

Log:
  - Clarify license
  - Allow staging as a regular user

Modified:
  head/sysutils/ldapenter/Makefile

Modified: head/sysutils/ldapenter/Makefile
==============================================================================
--- head/sysutils/ldapenter/Makefile	Fri Sep  5 16:43:38 2014	(r367355)
+++ head/sysutils/ldapenter/Makefile	Fri Sep  5 16:46:13 2014	(r367356)
@@ -10,10 +10,11 @@ MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Add/Modify LDAP entries using template forms
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 MAKEFILE=	BSDmakefile
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 USE_OPENLDAP=	24
 LDFLAGS+=	-L${LOCALBASE}/lib -llber
 


More information about the svn-ports-head mailing list