View | Details | Raw Unified | Return to bug 42060
Collapse All | Expand All

(-)bsd.port.subdir.mk (-1 / +1 lines)
Lines 252-258 Link Here
252
search: ${PORTSDIR}/INDEX
252
search: ${PORTSDIR}/INDEX
253
	@here=`pwd`; \
253
	@here=`pwd`; \
254
	cd ${PORTSDIR}; \
254
	cd ${PORTSDIR}; \
255
	top=`pwd`; \
255
	top=`pwd -P`; \
256
	there=`echo "$$here/" | sed s%$$top%${PORTSDIR}%`; \
256
	there=`echo "$$here/" | sed s%$$top%${PORTSDIR}%`; \
257
	if [ -n "$$key" ]; then \
257
	if [ -n "$$key" ]; then \
258
	  grep $$there ${PORTSDIR}/INDEX | grep -i "${key}" | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }'; \
258
	  grep $$there ${PORTSDIR}/INDEX | grep -i "${key}" | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }'; \

Return to bug 42060