aboutsummaryrefslogtreecommitdiff
path: root/devel/sysconftool
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-16 05:54:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-16 05:54:27 +0000
commit73129cd73e7f58e2e7084b23c928324f253a7632 (patch)
tree52121ec55321fd32add130b60c4a32d63e4c23da /devel/sysconftool
parentc9ea361463fdd8aec9d24c027cc68bd5e7b88715 (diff)
downloadports-73129cd73e7f58e2e7084b23c928324f253a7632.tar.gz
ports-73129cd73e7f58e2e7084b23c928324f253a7632.zip
This port doesn't include a copy of config.{guess,sub}, but they're
required by autoconf. Copy them into place from the Templates/ directory. This fixes the build on amd64
Notes
Notes: svn path=/head/; revision=104133
Diffstat (limited to 'devel/sysconftool')
-rw-r--r--devel/sysconftool/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile
index 649cc2c46ea5..afd9ed708205 100644
--- a/devel/sysconftool/Makefile
+++ b/devel/sysconftool/Makefile
@@ -24,6 +24,7 @@ MAN7= sysconftool.7
pre-patch:
@${PERL} -pi.orig -e 's|autoconf|${AUTOCONF}|; \
s|autoheader|${AUTOHEADER}|; s|aclocal|${ACLOCAL}|; \
- s|automake|${AUTOMAKE}|' ${WRKSRC}/configure
+ s|automake|${AUTOMAKE}|' ${WRKSRC}/configure; \
+ cp ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
.include <bsd.port.mk>