aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-06-23 13:28:33 +0800
committerMark Linimon <linimon@FreeBSD.org>2006-06-23 13:28:33 +0800
commit0c9df415d199d56904b290e5b0c21dc7403b724c (patch)
treecb8a499603d5a4c0096febc2e8ac6bc66c0b7e69 /misc
parent2b2737e54baa0d12baaac872267c3a46f08cc13f (diff)
downloadfreebsd-ports-0c9df415d199d56904b290e5b0c21dc7403b724c.tar.gz
freebsd-ports-0c9df415d199d56904b290e5b0c21dc7403b724c.tar.zst
freebsd-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')
-rw-r--r--misc/dnetc/Makefile4
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}; \