diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 00:46:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 00:46:13 +0800 |
commit | 56febdb8bfa030d17751000c869bb6c11dab88c4 (patch) | |
tree | 2ca4e1ba0ed56ea4cb2ab3f70da3d54e58638560 /sysutils | |
parent | 5943e81f2d14a842c699266591416e8d20ae9620 (diff) | |
download | freebsd-ports-gnome-56febdb8bfa030d17751000c869bb6c11dab88c4.tar.gz freebsd-ports-gnome-56febdb8bfa030d17751000c869bb6c11dab88c4.tar.zst freebsd-ports-gnome-56febdb8bfa030d17751000c869bb6c11dab88c4.zip |
- Clarify license
- Allow staging as a regular user
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ldapenter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ldapenter/Makefile b/sysutils/ldapenter/Makefile index 11d18cede458..7c7dd0252a4b 100644 --- a/sysutils/ldapenter/Makefile +++ b/sysutils/ldapenter/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= ports@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 |