diff options
author | koobs <koobs@FreeBSD.org> | 2016-07-14 12:04:41 +0000 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-07-14 12:04:41 +0000 |
commit | 5e696d33f287ab706dbb7b9d0d3bb3770a080127 (patch) | |
tree | 2a0ba55aa799000b12e7cb0d3e08fc9511b44b52 | |
parent | ff6ecfabfbaf811fe10132b0412c41799e7966a2 (diff) | |
download | FreeBSD-ports-5e696d33f287ab706dbb7b9d0d3bb3770a080127.zip FreeBSD-ports-5e696d33f287ab706dbb7b9d0d3bb3770a080127.tar.gz |
MFH: r418529 mail/postsrsd: Remove USE_LDCONFIG
postsrsd does not install shared libraries but the port uses
USE_LDCONFIG causing the following warning:
ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory
Remove USE_LDCONFIG to compensate
PR: 211097
Reported by: Miroslav Lachman <000.fbsd quip cz>
Approved by: Krzysztof <ports bsdserwis com> (maintainer)
Approved by: portmgr (blanket)
Approved by: portmgr (blanket)
-rw-r--r-- | mail/postsrsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postsrsd/Makefile b/mail/postsrsd/Makefile index 8359bbf..153baee 100644 --- a/mail/postsrsd/Makefile +++ b/mail/postsrsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= postsrsd PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= ports@bsdserwis.com @@ -23,7 +23,6 @@ USES= cmake pkgconfig CMAKE_ARGS= --no-warn-unused-cli \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" -USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_RC_SUBR= ${PORTNAME} PORTDOCS= README.md main.cf.ex README_UPGRADE.md |