diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-23 05:28:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-23 05:28:33 +0000 |
commit | 0c9df415d199d56904b290e5b0c21dc7403b724c (patch) | |
tree | cb8a499603d5a4c0096febc2e8ac6bc66c0b7e69 /misc/dnetc | |
parent | 2b2737e54baa0d12baaac872267c3a46f08cc13f (diff) | |
download | ports-0c9df415d199d56904b290e5b0c21dc7403b724c.tar.gz ports-0c9df415d199d56904b290e5b0c21dc7403b724c.zip |
Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=166082
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index f503c4dd450a..3c5792a355ca 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -56,10 +56,6 @@ VERSION= 2.9011.496 VERSION= 2.9012.497 .endif -.if ${OSVERSION} < 300000 -IGNORE= requires FreeBSD 3.X or greater -.endif - do-configure: @if [ ! -f ${PREFIX}/dnetc.ini ]; then \ ${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \ |