diff options
author | makc <makc@FreeBSD.org> | 2010-06-12 06:28:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-12 06:28:28 +0800 |
commit | 4e2ce12e4f2f9be341d25d1d3e3b5e48844ed5f3 (patch) | |
tree | 369b7a17f39f7efd010a8f6fb1d897883f4c75d1 /security/courier-authlib | |
parent | 1c877d8184a8b4254b5566cb4ca19a0085c564ed (diff) | |
download | freebsd-ports-gnome-4e2ce12e4f2f9be341d25d1d3e3b5e48844ed5f3.tar.gz freebsd-ports-gnome-4e2ce12e4f2f9be341d25d1d3e3b5e48844ed5f3.tar.zst freebsd-ports-gnome-4e2ce12e4f2f9be341d25d1d3e3b5e48844ed5f3.zip |
set UNIQUENAME, thus fix slave ports after switching to USE_LDCONFIG.
Reported by: pointyhat
Diffstat (limited to 'security/courier-authlib')
-rw-r--r-- | security/courier-authlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 1d121347606b..291fb21deaf1 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -42,6 +42,8 @@ GNU_CONFIGURE= yes USE_PERL5= yes USE_SUBMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} +#slave ports should have different UNIQUENAME, it is utilized by USE_LDCONFIG +UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} MAILOWN= courier MAILGRP= courier |