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

(-)Makefile (-4 lines)
Lines 148-158 Link Here
148
	@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}
148
	@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}
149
149
150
CVS?= cvs
150
CVS?= cvs
151
.if ${OSVERSION} >= 601101
152
SUP?= csup
151
SUP?= csup
153
.else
154
SUP?= cvsup
155
.endif
156
PORTSNAP?= portsnap
152
PORTSNAP?= portsnap
157
PORTSNAP_FLAGS?= -p ${.CURDIR}
153
PORTSNAP_FLAGS?= -p ${.CURDIR}
158
.if defined(SUPHOST)
154
.if defined(SUPHOST)

Return to bug 155511