= The prefix should be /usr', not /'.

= Correct the Heimdal version number hiding in here.
This commit is contained in:
Jacques Vidrine 2002-09-01 14:45:17 +00:00
parent 83c5a3b583
commit c9e3816999
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102771

View File

@ -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" \