aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-07-20 19:02:02 +0000
committerXin LI <delphij@FreeBSD.org>2011-07-20 19:02:02 +0000
commitf49a3fad02aa8ae5560d11a0a37d343d0ddfb5dc (patch)
tree92725fe4c4d93b16b7eef2248b6ed8dae6e1cf46 /net
parent56c5ebfc9da967c2a63b93ad734a1aee68f88e59 (diff)
downloadports-f49a3fad02aa8ae5560d11a0a37d343d0ddfb5dc.tar.gz
ports-f49a3fad02aa8ae5560d11a0a37d343d0ddfb5dc.zip
Pet portlint(1).
Notes
Notes: svn path=/head/; revision=278034
Diffstat (limited to 'net')
-rw-r--r--net/openldap24-server/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 6211d60b785b..e8e60fb368e2 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -29,16 +29,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= delphij@FreeBSD.org
COMMENT?= Open source LDAP server implementation
+LICENSE= OPENLDAP
+LICENSE_NAME= OpenLDAP Public License
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+
UNIQUENAME?= ${PKGNAMEPREFIX}openldap24
LATEST_LINK?= ${UNIQUENAME}${PKGNAMESUFFIX}
USE_OPENSSL= yes
MAKE_JOBS_SAFE= yes
-LICENSE= OPENLDAP
-LICENSE_NAME= OpenLDAP Public License
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
WANT_OPENLDAP_VER?= 24
.if ${WANT_OPENLDAP_VER} != 24
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}