From 3fb0209535bfbd2676cab0eb5e7a21f0d147d3a5 Mon Sep 17 00:00:00 2001 From: erwin Date: Sat, 5 Feb 2011 15:55:58 +0000 Subject: Drop the use of <> around portaudit URLs PR: 127214 Submitted by: uqs Tested on: pointyhat-west Feature safe: yes --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 2f8f03029aa7..b364233e5752 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3495,7 +3495,7 @@ check-vulnerable: vlist=`${_EXTRACT_AUDITFILE} | ${GREP} "${PORTNAME}" | \ ${AWK} -F\| ' /^[^#]/ { \ if (!system("${PKG_VERSION} -T \"${PKGNAME}\" \"" $$1 "\"")) \ - print "=> " $$3 ".\n Reference: <" $$2 ">" \ + print "=> " $$3 ".\n Reference: " $$2 \ } \ '`; \ if [ -n "$$vlist" ]; then \ -- cgit