aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-24 07:03:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-24 07:03:21 +0000
commite924662c0897376cc21c3508211950f8400cec92 (patch)
tree051c6b5708e6fdd0b6ac522bc6c8d9f0db8fe3b2 /Makefile
parent1b06e44a7f49c312b9eb6aaec3d2259d2f690078 (diff)
downloadports-e924662c0897376cc21c3508211950f8400cec92.tar.gz
ports-e924662c0897376cc21c3508211950f8400cec92.zip
- Remove obsolete version check (We dont support FreeBSD 6 anymore)
PR: 155511 Submitted by: Eitan Adler <lists@eitanadler.com> Tested on: phw
Notes
Notes: svn path=/head/; revision=297318
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e6234de75349..acf9235241c7 100644
--- a/Makefile
+++ b/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)