aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-02-05 15:55:58 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-02-05 15:55:58 +0000
commit3fb8ffdaed2add42093c86e2124e00da245daaae (patch)
tree5e14ed4a8fac90385f5481026f56aa915ecc930d /Mk/bsd.port.mk
parent6aa21ff7747d09a3209eda63be0942462aec2c8a (diff)
downloadports-3fb8ffdaed2add42093c86e2124e00da245daaae.tar.gz
ports-3fb8ffdaed2add42093c86e2124e00da245daaae.zip
Drop the use of <> around portaudit URLs
PR: 127214 Submitted by: uqs Tested on: pointyhat-west Feature safe: yes
Notes
Notes: svn path=/head/; revision=268680
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
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 \