From 27b7ec09265ac0964f189af6510a9a7a27343b7b Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 14 Aug 2006 04:09:27 +0000 Subject: - Respect DESTDIR - Use USE_LDCONFIG PR: ports/101865 Submitted by: Gea-Suan Lin --- security/botan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/botan') 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 -- cgit v1.2.3