diff options
author | ume <ume@FreeBSD.org> | 2002-10-15 01:52:07 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-10-15 01:52:07 +0800 |
commit | a8ef5d6a8bcc8d21f09def8bd44cc8ad14bc75e7 (patch) | |
tree | eb15ddff9b09e7d557844699c9a3e15e770d5fc8 /security/cyrus-sasl2/Makefile | |
parent | dd3917e3303e4e5cb6c81ba0b27a8d36d8bf4472 (diff) | |
download | freebsd-ports-gnome-a8ef5d6a8bcc8d21f09def8bd44cc8ad14bc75e7.tar.gz freebsd-ports-gnome-a8ef5d6a8bcc8d21f09def8bd44cc8ad14bc75e7.tar.zst freebsd-ports-gnome-a8ef5d6a8bcc8d21f09def8bd44cc8ad14bc75e7.zip |
Update to 2.1.9.
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 16227c9aec42..0ebb29729f8a 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cyrus-sasl -PORTVERSION= 2.1.8 +PORTVERSION= 2.1.9 #PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -123,7 +123,6 @@ post-patch: @${SED} -e "s;%%PWCHECK_METHOD%%;${PWCHECK_METHOD};g" \ -e "s;%%PREFIX%%;${PREFIX};g" \ ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${CP} ${FILESDIR}/staticopen.h ${WRKSRC}/lib # Create Cyrus user and group pre-install: |