diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/cyrus-sasl/Makefile | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to '')
-rw-r--r-- | security/cyrus-sasl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index e4563b769a3a..d5717d38de36 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cyrus-sasl -# Version required: 1.5.13 # Date created: Nov 1 1999 # Whom: hetzels@westbend.net # # $FreeBSD$ # -DISTNAME= cyrus-sasl-${SASL_VER} +PORTNAME= cyrus-sasl +PORTVERSION= 1.5.15 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://people.FreeBSD.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -18,7 +18,7 @@ USE_OPENSSL= NORSA .include <bsd.port.pre.mk> -SASL_VER= 1.5.15 +SASL_VER= ${PORTVERSION} #note, may not be needed any more Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html |