diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-10 01:20:39 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-10 01:20:39 +0000 |
commit | 0f9cb70a0bbde72ef7baab682f97acee8823e1d7 (patch) | |
tree | cecf00f4448a406b87ed3a077f1f91ae2930b531 /security | |
parent | 4daf2743cc0d8229d4ac0715190cdd6619f831dd (diff) | |
download | pkgsrc-0f9cb70a0bbde72ef7baab682f97acee8823e1d7.tar.gz |
Correct PLIST when not renaming the applications.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/mit-krb5/Makefile | 3 | ||||
-rw-r--r-- | security/mit-krb5/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 2d708e2135a..a8abbe42cca 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/05/10 01:18:34 kristerw Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/10 01:20:39 kristerw Exp $ DISTNAME= krb5-1.3.3 PKGNAME= mit-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security MAINTAINER= jlam@NetBSD.org diff --git a/security/mit-krb5/PLIST b/security/mit-krb5/PLIST index a64a1815953..7f9355d19a2 100644 --- a/security/mit-krb5/PLIST +++ b/security/mit-krb5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:58 reed Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/05/10 01:20:39 kristerw Exp $ bin/compile_et bin/gss-client bin/kdestroy @@ -108,7 +108,7 @@ sbin/kadmin sbin/kadmin.local sbin/kadmind sbin/kdb5_util -sbin/${KRB5_PREFIX}ftpd +sbin/kftpd sbin/klogind sbin/kprop sbin/kpropd |