aboutsummaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 04:09:27 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 04:09:27 +0000
commit27b7ec09265ac0964f189af6510a9a7a27343b7b (patch)
tree1c9fb4bbfa3c63edaa8830d644097e9cd04fc5cb /security/botan
parentdff94123e95c456dc197a002c814dd2fe16e3e15 (diff)
downloadports-27b7ec09265ac0964f189af6510a9a7a27343b7b.tar.gz
ports-27b7ec09265ac0964f189af6510a9a7a27343b7b.zip
Notes
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index a43336d915c5..51a8207da172 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -24,12 +24,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX} gcc-freebsd-generic
USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" \
LANG_FLAGS="-fpermissive"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
.if !defined(NOPORTDOCS)
-DOCSDIR= ${PREFIX}/share/doc/Botan-${PORTVERSION}
+DOCSDIR= ${TARGETDIR}/share/doc/Botan-${PORTVERSION}
PORTDOCS= *
.endif