From 13441eac4bb7e0e8a50bd437681b05022e55146b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 06:02:06 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- security/drweb-qmail/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'security/drweb-qmail') diff --git a/security/drweb-qmail/Makefile b/security/drweb-qmail/Makefile index 1572f04fc1ec..c2b5cb1a4fc8 100644 --- a/security/drweb-qmail/Makefile +++ b/security/drweb-qmail/Makefile @@ -25,10 +25,7 @@ NO_BUILD= yes .include -.if ${OSVERSION} < 500000 -DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd411 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:f411 -.elif ${OSVERSION} >= 601000 +.if ${OSVERSION} >= 601000 DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd61 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:f61 .else -- cgit v1.2.3