diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-24 15:03:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-24 15:03:21 +0800 |
commit | 11d9c96a59fca0d4747c05a47bfa817e547dd1a0 (patch) | |
tree | 747e6bd4bfb6657b120fe64fefe3d9601b16e956 /Makefile | |
parent | f6253fc6687e67bde7c001e7bf63220abc747ec1 (diff) | |
download | freebsd-ports-gnome-11d9c96a59fca0d4747c05a47bfa817e547dd1a0.tar.gz freebsd-ports-gnome-11d9c96a59fca0d4747c05a47bfa817e547dd1a0.tar.zst freebsd-ports-gnome-11d9c96a59fca0d4747c05a47bfa817e547dd1a0.zip |
- Remove obsolete version check (We dont support FreeBSD 6 anymore)
PR: 155511
Submitted by: Eitan Adler <lists@eitanadler.com>
Tested on: phw
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |