Skip to content

Commit

Permalink
- Remove obsolete version check (We dont support FreeBSD 6 anymore)
Browse files Browse the repository at this point in the history
PR:		155511
Submitted by:	Eitan Adler <lists@eitanadler.com>
Tested on:	phw
  • Loading branch information
miwi-fbsd committed May 24, 2012
1 parent 1b06e44 commit e924662
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e924662

Please sign in to comment.