diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-09 16:50:42 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-09 16:50:42 +0000 |
commit | d11f35d6b0c637a800df66187803a768711fc3e4 (patch) | |
tree | cb975969f03d1a213c65d58ca31b9893c2525d8e /devel | |
parent | Fix MASTER_SITES (diff) |
change relative links to absolute
Notes
Notes:
svn path=/head/; revision=71477
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf213/Makefile | 2 | ||||
-rw-r--r-- | devel/automake14/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 62900d6b593a..9e75da0120db 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -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 \ diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 3c46a3fbdc5a..6bfa5d99842c 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -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 \ |