diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
commit | 42258cbf351c87186db981295e5bf50a96f63496 (patch) | |
tree | c8d7e55978ef52f9d98195085f258e35ec608323 /security | |
parent | b0a0847ff3c641030adb8581963d05167ede200d (diff) | |
download | freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.gz freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.zst freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.zip |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 3b9ba052d243..1d121347606b 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -7,6 +7,7 @@ PORTNAME= courier-authlib PORTVERSION= 0.63.0 +PORTREVISION= 1 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= SF/courier/authlib/${PORTVERSION} @@ -40,8 +41,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5= yes USE_SUBMAKE= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME} +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} MAILOWN= courier MAILGRP= courier |