diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
commit | 50ef8aeab64606f46790199997daf350fce5ea76 (patch) | |
tree | d8dd676e01f9fcfef951a72fa9db10a9508220bb /security/drweb-sendmail | |
parent | d92c67423df2ebda90ee2a58e20c374297252deb (diff) | |
download | freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.zst freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index c8e987e65edf..e1860e313065 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/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 |