diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-19 17:12:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-19 17:12:59 +0000 |
commit | 8e28be07ef2b9092c619bde61b31f396c6ab0545 (patch) | |
tree | 9b22e3d7885add113845f2afd0368a13b8e41c4f /Mk | |
parent | 62e1899b5d0ce84c8196caf0e9d46246b9898e70 (diff) | |
download | ports-8e28be07ef2b9092c619bde61b31f396c6ab0545.tar.gz ports-8e28be07ef2b9092c619bde61b31f396c6ab0545.zip |
Fix MLINKS broken since bsd.port.mk speed-up commit.
Submitted & reported by: many
PR (among others reports): 39646
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=64665
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 66751678e12a..86cbe34358e2 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= |