aboutsummaryrefslogtreecommitdiffstats
path: root/security/botan
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 12:09:27 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 12:09:27 +0800
commit8200a6e5e40dbdde31ef0619b6008c3200629303 (patch)
treedd1051c4a44c944c2cdc93b791337c80295beefb /security/botan
parentb71042019d054b1092af367cffa81d56712e578e (diff)
downloadfreebsd-ports-gnome-8200a6e5e40dbdde31ef0619b6008c3200629303.tar.gz
freebsd-ports-gnome-8200a6e5e40dbdde31ef0619b6008c3200629303.tar.zst
freebsd-ports-gnome-8200a6e5e40dbdde31ef0619b6008c3200629303.zip
- Respect DESTDIR
- Use USE_LDCONFIG PR: ports/101865 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
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