change relative links to absolute

This commit is contained in:
Alan Eldridge 2002-12-09 16:50:42 +00:00
parent 4f77ece5ef
commit d11f35d6b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71477
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ post-install:
@-${RM} -fr ${PREFIX}/libexec/autoconf213
${MKDIR} ${PREFIX}/libexec/autoconf213
.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames
${LN} -s ../../bin/${i}213 \
${LN} -sf ${PREFIX}/bin/${i}213 \
${PREFIX}/libexec/autoconf213/${i}
.endfor
install-info ${PREFIX}/info/autoconf213.info \

View File

@ -49,7 +49,7 @@ pre-install:
post-install:
.for i in aclocal automake
${LN} -s ../../bin/${i}14 \
${LN} -sf ${PREFIX}/bin/${i}14 \
${PREFIX}/libexec/automake14/${i}
.endfor
@install-info ${PREFIX}/info/automake14.info \