aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-23 19:49:29 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-23 19:49:29 +0000
commitcc18b2487de09cbdd3226e1691155fda8b79fed8 (patch)
treebf8fbc16ccd33ed75c4f8cf1a8aac795c390462e /sysutils
parente263d820890642b844a1551e4afa40753f45ba41 (diff)
downloadports-cc18b2487de09cbdd3226e1691155fda8b79fed8.tar.gz
ports-cc18b2487de09cbdd3226e1691155fda8b79fed8.zip
Remove obsolete OSVERSION check
Notes
Notes: svn path=/head/; revision=297298
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/linux-megamgr/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile
index 1566b4d7dfc8..2303d7f808b2 100644
--- a/sysutils/linux-megamgr/Makefile
+++ b/sysutils/linux-megamgr/Makefile
@@ -37,12 +37,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${DISTNAME}.txt ${DOCSDIR}/readme.txt
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 601000
-IGNORE= needs at least FreeBSD 6.1 and amr_linux.ko
-.endif
-
pre-fetch:
#
# You may need to accept LSI's End-User License Agreement
@@ -54,4 +48,4 @@ pre-fetch:
# and save the downloaded file into ${DISTDIR}/
#
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>