- Remove obsolete version check (We dont support FreeBSD 6 anymore)
PR: 155511 Submitted by: Eitan Adler <lists@eitanadler.com> Tested on: phw
This commit is contained in:
parent
1b06e44a7f
commit
e924662c08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297318
4
Makefile
4
Makefile
@ -152,11 +152,7 @@ print-index: ${INDEXDIR}/${INDEXFILE}
|
||||
@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}
|
||||
|
||||
CVS?= cvs
|
||||
.if ${OSVERSION} >= 601101
|
||||
SUP?= csup
|
||||
.else
|
||||
SUP?= cvsup
|
||||
.endif
|
||||
PORTSNAP?= portsnap
|
||||
PORTSNAP_FLAGS?= -p ${.CURDIR}
|
||||
.if defined(SUPHOST)
|
||||
|
Loading…
Reference in New Issue
Block a user