aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2016-07-14 19:59:19 +0800
committerkoobs <koobs@FreeBSD.org>2016-07-14 19:59:19 +0800
commit1d9b37cf0a2c0ed516d0d5326f99cae04da374a3 (patch)
treefab2b7a6d336dcffa0a55728cfcae84b8a8383b7 /mail
parentf13a6757907296b01fb0a16b0b55a372ad95ee84 (diff)
downloadfreebsd-ports-gnome-1d9b37cf0a2c0ed516d0d5326f99cae04da374a3.tar.gz
freebsd-ports-gnome-1d9b37cf0a2c0ed516d0d5326f99cae04da374a3.tar.zst
freebsd-ports-gnome-1d9b37cf0a2c0ed516d0d5326f99cae04da374a3.zip
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) MFH: 2016Q3
Diffstat (limited to 'mail')
-rw-r--r--mail/postsrsd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postsrsd/Makefile b/mail/postsrsd/Makefile
index 8359bbfd6504..153baee3fd4e 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