summaryrefslogtreecommitdiff
path: root/misc/dnetc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-06-23 05:28:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-06-23 05:28:33 +0000
commit0c9df415d199d56904b290e5b0c21dc7403b724c (patch)
treecb8a499603d5a4c0096febc2e8ac6bc66c0b7e69 /misc/dnetc
parentAdding port security/p5-Authen-PAAS, Perl Authentication & Authorization (diff)
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/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}; \