diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-11-08 09:02:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-11-08 09:02:51 +0000 |
commit | a4b366df6a9c6adc61947efdc82cdef5bd17e5ae (patch) | |
tree | 64e924e8edbb3574c980bea76ec32b8928c68027 /Mk/bsd.port.subdir.mk | |
parent | 016d97495940ea9809638b8083c96d47ff6b17a8 (diff) | |
download | ports-a4b366df6a9c6adc61947efdc82cdef5bd17e5ae.tar.gz ports-a4b366df6a9c6adc61947efdc82cdef5bd17e5ae.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 8d01b37fabc3..b3f988016f6a 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -107,6 +107,7 @@ TARGETS+= ignorelist TARGETS+= makesum TARGETS+= maintainer TARGETS+= package +TARGETS+= package-recursive TARGETS+= realinstall TARGETS+= reinstall TARGETS+= tags @@ -365,6 +366,7 @@ search: ${PORTSDIR}/${INDEXFILE} -v xkeylim="$${xkeylim:-${PORTSEARCH_XKEYLIM}}" \ -v display="$${display:-${PORTSEARCH_DISPLAY_FIELDS}}" \ 'BEGIN { \ + gsub(/\+/,"\\+",name); \ if (substr(there, 1, length(top)) == top) \ there = "${PORTSDIR}" substr(there, 1 + length(top)); \ therelen = length(there); \ |