mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
change relative links to absolute
This commit is contained in:
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
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue