aboutsummaryrefslogtreecommitdiff
path: root/security/drweb-postfix
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
commit13441eac4bb7e0e8a50bd437681b05022e55146b (patch)
treed65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/drweb-postfix
parent8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff)
downloadports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz
ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200791
Diffstat (limited to 'security/drweb-postfix')
-rw-r--r--security/drweb-postfix/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/drweb-postfix/Makefile b/security/drweb-postfix/Makefile
index 539c62910c74..4073f995669a 100644
--- a/security/drweb-postfix/Makefile
+++ b/security/drweb-postfix/Makefile
@@ -25,10 +25,7 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
-.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