diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-13 10:58:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-14 15:41:02 +0000 |
commit | 85737aec4a3190a4f4d86583ad46a3615505a569 (patch) | |
tree | ac217f43efb834d2924f40e7d27c93d5ae1acc50 /security/ca_root_nss | |
parent | 02ccefbf584c4cb3167ae28f0af57c29bde41ceb (diff) |
Mk: Cleanup after moving apply-slist earlier.
Diffstat (limited to 'security/ca_root_nss')
-rw-r--r-- | security/ca_root_nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index ae3860bd3f7e..58dda4ee0d18 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -34,7 +34,7 @@ BUNDLE_PROCESSOR= MAca-bundle.pl SUB_FILES= MAca-bundle.pl pkg-message SUB_LIST= VERSION_NSS=${VERSION_NSS} -do-build: apply-slist +do-build: @${SETENV} PATH=${LOCALBASE}/bin:$${PATH} \ ${PERL} ${WRKDIR}/${BUNDLE_PROCESSOR} \ < ${WRKSRC}/${CERTDATA_TXT_PATH} > \ |