diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
commit | 50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch) | |
tree | a01dbbed0a08990ed895d4f97017c2593d8d7172 /security/p5-openxpki | |
parent | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff) | |
download | ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.tar.gz ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.zip |
Notes
Diffstat (limited to 'security/p5-openxpki')
-rw-r--r-- | security/p5-openxpki/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 4266e8a65c1b..5ff75021e4cc 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -168,10 +168,9 @@ WITH_OPENSSL_BETA= yes PERL_DIRS= ${SERVER} ${CLIENT} NO_PERL_DIRS= ${DEPLOYMENT} ${I18N} MAKE_MAKER_ENV= PREFIX=${PREFIX} -DESTDIR?= / +DESTDIR?= /. CONFIGURE_ARGS= --prefix ${PREFIX} --dest ${DESTDIR} -MAN1PREFIX= ${PREFIX} -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} do-configure: @ for dir in ${PERL_DIRS}; do \ |