diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/drweb-sendmail | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) | |
download | ports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip |
Notes
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 |