diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-26 02:41:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-26 02:41:21 +0800 |
commit | 8f360b206398711addb87a5be95bee49f03b8718 (patch) | |
tree | b1cc6f0c154f8236bbc6a4d8668c73ebea322cc7 /Mk | |
parent | c16f199e92dd4c1d15ec1a560beeb4a2a079a976 (diff) | |
download | freebsd-ports-gnome-8f360b206398711addb87a5be95bee49f03b8718.tar.gz freebsd-ports-gnome-8f360b206398711addb87a5be95bee49f03b8718.tar.zst freebsd-ports-gnome-8f360b206398711addb87a5be95bee49f03b8718.zip |
Fix make check-vulnerable
Diffstat (limited to '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 |