diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-25 18:41:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-25 18:41:21 +0000 |
commit | 128e6912abe126c933f7eb28bee827b867a9d50b (patch) | |
tree | b1cc6f0c154f8236bbc6a4d8668c73ebea322cc7 /Mk/bsd.port.mk | |
parent | 0e9b91d8e73543e6ddd7f46457be9809a04beb3a (diff) | |
download | ports-128e6912abe126c933f7eb28bee827b867a9d50b.tar.gz ports-128e6912abe126c933f7eb28bee827b867a9d50b.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index dc0c4d6eb0d0..0e3dacf40b87 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3068,6 +3068,7 @@ check-vulnerable: dp_ECHO_MSG="${ECHO_MSG}" \ dp_PKG_BIN="${PKG_BIN}" \ dp_PORTNAME="${PORTNAME}" \ + dp_PKGNAME="${PKGNAME}" \ dp_SCRIPTSDIR="${SCRIPTSDIR}" \ ${SH} ${SCRIPTSDIR}/check-vulnerable.sh .endif |