From 35d62f4b34689bd590e2fc67af5303e7ef9ebff9 Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 14 Jun 2012 17:42:36 +0000 Subject: Don't override UNIQUENAME. Without this, -client slave will overwrite -server configurations. Reported by: crees --- net/openldap24-server/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net') diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 9c387c940a4a..1f32737f32af 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -28,8 +28,7 @@ LICENSE_NAME= OpenLDAP Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -UNIQUENAME?= ${PKGNAMEPREFIX}openldap24 -LATEST_LINK?= ${UNIQUENAME}${PKGNAMESUFFIX} +LATEST_LINK?= ${PKGNAMEPREFIX}openldap24${PKGNAMESUFFIX} USE_OPENSSL= yes MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool -- cgit