diff options
author | ume <ume@FreeBSD.org> | 2003-07-18 20:00:50 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-07-18 20:00:50 +0000 |
commit | 35fdea65ab4d34eb7d4a0e5067f8026466ebd560 (patch) | |
tree | baca9043b57866aec0c3b08194a2da8513a5bfe6 /security | |
parent | 8d2a1285547fa3dab0093d207754637bd131499d (diff) | |
download | FreeBSD-ports-35fdea65ab4d34eb7d4a0e5067f8026466ebd560.zip FreeBSD-ports-35fdea65ab4d34eb7d4a0e5067f8026466ebd560.tar.gz |
Broken manpage was installed. Remove pre-generated manpage to be
make sure to generate it by FreeBSD's man system.
Reported by: Drew Tomlinson <drew@mykitchentable.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 97e3068..5bed45a 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -7,7 +7,7 @@ PORTNAME= saslauthd PORTVERSION= 2.1.15 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \ @@ -116,6 +116,7 @@ PLIST_SUB= PREFIX=${PREFIX} \ DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} do-build: + @${RM} -f ${WRKSRC}/saslauthd/saslauthd.8 cd ${WRKSRC}/sasldb && ${MAKE} cd ${WRKSRC}/saslauthd && ${MAKE} |