aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-09 16:50:42 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-09 16:50:42 +0000
commitd11f35d6b0c637a800df66187803a768711fc3e4 (patch)
treecb975969f03d1a213c65d58ca31b9893c2525d8e /devel/autoconf213
parent4f77ece5ef0793b3f2f7cd13ba705eb4dce14def (diff)
downloadports-d11f35d6b0c637a800df66187803a768711fc3e4.tar.gz
ports-d11f35d6b0c637a800df66187803a768711fc3e4.zip
Notes
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/Makefile2
1 files changed, 1 insertions, 1 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 \