From 3fb8ffdaed2add42093c86e2124e00da245daaae Mon Sep 17 00:00:00 2001 From: Erwin Lansing 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/bsd.port.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 v1.2.3