diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-23 14:59:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-23 14:59:28 +0000 |
commit | f09251fd3833578e0621f4e6fb175a3cd49670f0 (patch) | |
tree | a1b4378d35d93818484ba5833fb95a570287344c /security/ca_root_nss/Makefile | |
parent | ea22b797eeda3aad06701aaf33a7f3bb4d25319a (diff) | |
download | ports-f09251fd3833578e0621f4e6fb175a3cd49670f0.tar.gz ports-f09251fd3833578e0621f4e6fb175a3cd49670f0.zip |
Notes
Diffstat (limited to 'security/ca_root_nss/Makefile')
-rw-r--r-- | security/ca_root_nss/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index 2467a836a661..c8dc66de27c6 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -19,7 +19,7 @@ OPTIONS_SUB= yes ETCSYMLINK_DESC= Add symlink to /etc/ssl/cert.pem ETCSYMLINK_CONFLICTS_INSTALL= ca-roots-[0-9]* -USES= perl5 +USES= perl5 ssl:build USE_PERL5= build NO_ARCH= yes NO_WRKSUBDIR= yes @@ -50,7 +50,8 @@ do-extract: @${RM} -rf ${WRKDIR}/nss-${VERSION_NSS} do-build: apply-slist - @${PERL} ${WRKDIR}/${BUNDLE_PROCESSOR} \ + @${SETENV} PATH=${LOCALBASE}/bin:$${PATH} \ + ${PERL} ${WRKDIR}/${BUNDLE_PROCESSOR} \ < ${WRKDIR}/certdata.txt > \ ${WRKDIR}/ca-root-nss.crt |