diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2005-01-13 18:48:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2005-01-13 18:48:02 +0000 |
commit | b04b3e88a57332de4d12440dd3748335c1bd94c5 (patch) | |
tree | 4573b28d82f302d57fbd2e372e2da1ae8f88c21e /security/heimdal | |
parent | c287abdaa18cf60226477337957fcc5d69e1903b (diff) | |
download | ports-b04b3e88a57332de4d12440dd3748335c1bd94c5.tar.gz ports-b04b3e88a57332de4d12440dd3748335c1bd94c5.zip |
Notes
Diffstat (limited to 'security/heimdal')
-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 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 |