diff options
author | nectar <nectar@FreeBSD.org> | 2005-01-13 18:48:02 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-01-13 18:48:02 +0000 |
commit | 2e05d73a2320246a39384c8ea9f7dac404f05437 (patch) | |
tree | 8468481805f6e9b450e55becf14d9da0e4408754 /security | |
parent | 1b035832bf0f4bb93e4288dc63e0a8e9de2402b5 (diff) | |
download | FreeBSD-ports-2e05d73a2320246a39384c8ea9f7dac404f05437.zip FreeBSD-ports-2e05d73a2320246a39384c8ea9f7dac404f05437.tar.gz |
Fix PLIST again. Spell `password' correctly and keep the pointy
hat an extra day.
Noticed by: pointyhat.freebsd.org
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 2 | ||||
-rw-r--r-- | security/heimdal/Makefile.man | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index cf6ec10..a25a4c8 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= heimdal PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/pub/heimdal/src/ \ diff --git a/security/heimdal/Makefile.man b/security/heimdal/Makefile.man index dd01fe2..b0e9ed46 100644 --- a/security/heimdal/Makefile.man +++ b/security/heimdal/Makefile.man @@ -144,8 +144,8 @@ MAN3+= krb5_parse_name.3 MAN3+= krb5_principal_get_realm.3 MAN3+= krb5_print_address.3 MAN3+= krb5_set_default_realm.3 -MAN3+= krb5_set_passwd.3 -MAN3+= krb5_set_passwd_using_ccache.3 +MAN3+= krb5_set_password.3 +MAN3+= krb5_set_password_using_ccache.3 MAN3+= krb5_sname_to_principal.3 MAN3+= krb5_sockaddr2address.3 MAN3+= krb5_sockaddr2port.3 |