diff options
author | nectar <nectar@FreeBSD.org> | 2002-09-01 14:45:17 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-09-01 14:45:17 +0000 |
commit | 93ca8e9c88551c7fa0e81a38204f8dc69732fe2c (patch) | |
tree | 428e0a721a1fa84dd557ba89094801760214e0d0 /kerberos5 | |
parent | 99766d4bf14be0bdb5fef30192d98e2240e166b5 (diff) | |
download | FreeBSD-src-93ca8e9c88551c7fa0e81a38204f8dc69732fe2c.zip FreeBSD-src-93ca8e9c88551c7fa0e81a38204f8dc69732fe2c.tar.gz |
= The prefix should be `/usr', not `/'.
= Correct the Heimdal version number hiding in here.
Diffstat (limited to 'kerberos5')
-rw-r--r-- | kerberos5/usr.bin/krb5-config/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberos5/usr.bin/krb5-config/Makefile b/kerberos5/usr.bin/krb5-config/Makefile index f3a632f..f613745 100644 --- a/kerberos5/usr.bin/krb5-config/Makefile +++ b/kerberos5/usr.bin/krb5-config/Makefile @@ -6,9 +6,9 @@ CLEANFILES= krb5-config krb5-config: krb5-config.in sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \ - -e "s,@VERSION\@,0.4e,g" \ - -e "s,@prefix\@,/,g" \ - -e "s,@exec_prefix\@,/,g" \ + -e "s,@VERSION\@,0.4f,g" \ + -e "s,@prefix\@,/usr,g" \ + -e "s,@exec_prefix\@,/usr,g" \ -e "s,@libdir\@,${LIBDIR},g" \ -e "s,@includedir\@,${INCLUDEDIR},g" \ -e "s,@LIB_crypt\@,-lcrypt,g" \ |