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

(-)Makefile Mon Nov 6 19:43:45 2006 (-1 / +1 lines)
Lines 139-145 Link Here
139
       @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\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE}
139
       @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\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE}
140
140
141
CVS?= cvs
141
CVS?= cvs
142
SUP?= cvsup
142
SUP?= csup
143
PORTSNAP?= portsnap
143
PORTSNAP?= portsnap
144
PORTSNAP_FLAGS?= -p ${.CURDIR}
144
PORTSNAP_FLAGS?= -p ${.CURDIR}
145
.if defined(SUPHOST)
145
.if defined(SUPHOST)

Return to bug 105215