diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/cyrus-sasl2 | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) | |
download | ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.tar.gz ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 7 | ||||
-rw-r--r-- | security/cyrus-sasl2/pkg-plist | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index d5717d38de36..05101ba3e798 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cyrus-sasl -PORTVERSION= 1.5.15 +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= ${PORTVERSION} #note, may not be needed any more +SASL_VER= ${PORTVERSION} #note, may not be needed any more Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html @@ -27,8 +27,7 @@ MAN8= saslpasswd.8 USE_AUTOCONF= YES USE_LIBTOOL= YES -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc \ --with-plugindir=${PREFIX}/lib/sasl \ --with-dbpath=${PREFIX}/etc/sasldb \ diff --git a/security/cyrus-sasl2/pkg-plist b/security/cyrus-sasl2/pkg-plist index 1c28d9a55a0f..7490f80ec2a7 100644 --- a/security/cyrus-sasl2/pkg-plist +++ b/security/cyrus-sasl2/pkg-plist @@ -42,4 +42,4 @@ sbin/pwcheck @exec chmod go= /var/pwcheck @comment This file gets create by the pwcheck program @unexec rm -f /var/pwcheck/pwcheck -@unexec rmdir /var/pwcheck +@dirrm /var/pwcheck |