diff options
author | alane <alane@FreeBSD.org> | 2002-12-10 00:50:42 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-12-10 00:50:42 +0800 |
commit | 079c9fd9d6410a13a557aef76c0832633d910733 (patch) | |
tree | ceea4e6ec668b1778548d1dfe933d3a5e51e6eef /devel | |
parent | 1559e6f2abbaf7677560b59530d02b1b5354dfa1 (diff) | |
download | freebsd-ports-gnome-079c9fd9d6410a13a557aef76c0832633d910733.tar.gz freebsd-ports-gnome-079c9fd9d6410a13a557aef76c0832633d910733.tar.zst freebsd-ports-gnome-079c9fd9d6410a13a557aef76c0832633d910733.zip |
change relative links to absolute
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 \ |