aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/heimdal/Makefile2
-rw-r--r--security/heimdal/Makefile.man4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index cf6ec1071d58..a25a4c8dc526 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 dd01fe2b15a8..b0e9ed4684c5 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