summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-08-19 17:12:59 +0000
committersobomax <sobomax@FreeBSD.org>2002-08-19 17:12:59 +0000
commit80ce5d67dcf3fb90116beacfcc21b00030b63a37 (patch)
treef3fcd7198202e34028106ab8506ad44f1212f4f1 /Mk/bsd.port.mk
parentf6f7be684a87d549e3cdf5f88a5731c8693a3baa (diff)
downloadFreeBSD-ports-80ce5d67dcf3fb90116beacfcc21b00030b63a37.zip
FreeBSD-ports-80ce5d67dcf3fb90116beacfcc21b00030b63a37.tar.gz
Fix MLINKS broken since bsd.port.mk speed-up commit.
Submitted & reported by: many PR (among others reports): 39646 Approved by: portmgr
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 6675167..86cbe34 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1748,7 +1748,7 @@ _MANPAGES+= ${MANN:S%^%${MANNPREFIX}/man/${lang}/mann/%}
.endfor
-.if defined(_MLINKS) && make(generate-plist)
+.if defined(_MLINKS)
_TMLINKS!= ${ECHO_CMD} ${_MLINKS} | ${AWK} '{for (i=2; i<=NF; i+=2) print $$i}'
.else
_TMLINKS=
OpenPOWER on IntegriCloud