diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 04:09:27 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 04:09:27 +0000 |
commit | 27b7ec09265ac0964f189af6510a9a7a27343b7b (patch) | |
tree | 1c9fb4bbfa3c63edaa8830d644097e9cd04fc5cb /security/botan | |
parent | dff94123e95c456dc197a002c814dd2fe16e3e15 (diff) |
Notes
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 4 |
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 |