f4d4362787
This ports installs libraries needed by other fostware in it's own directory, so USE_LDCONFIG is needed heere or libraries will not be found. PR: 193521 Submitted by: nick@foobar.org Approved by: portmgr (just fix it blanket)
14 lines
301 B
Makefile
14 lines
301 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -base
|
|
|
|
COMMENT= Courier authentication library base
|
|
CATEGORIES= security mail
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|