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

(-)Makefile (-1 / +2 lines)
Lines 1-3 Link Here
1
1
# $FreeBSD$
2
# $FreeBSD$
2
#
3
#
3
4
Lines 164-170 Link Here
164
	@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}
165
	@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}
165
166
166
GIT?= git
167
GIT?= git
167
SVN?= svn
168
SVN?= svnlite
168
RSYNC?= rsync
169
RSYNC?= rsync
169
PORTSNAP?= portsnap
170
PORTSNAP?= portsnap
170
PORTSNAP_FLAGS?= -p ${.CURDIR}
171
PORTSNAP_FLAGS?= -p ${.CURDIR}

Return to bug 207479