summaryrefslogtreecommitdiff
path: root/mail/fml4
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-06-02 23:54:35 +0000
committersevan <sevan@pkgsrc.org>2015-06-02 23:54:35 +0000
commit09c0490b00b885cb5ec019371ad2bfa6b49b5f27 (patch)
tree0ee4cc2dd2531e93d08febb25f07fc152539ee90 /mail/fml4
parentcfcf18ca5144dbfdab93af28de3dcb1b680bf64b (diff)
downloadpkgsrc-09c0490b00b885cb5ec019371ad2bfa6b49b5f27.tar.gz
While this package uses perl to build, it relies on the GNU config.guess script
to detect the platform. Link-in the up to date copy of config.guess we provide as the version bundled with the package is from 2002 and it causes bulkbuilds to hang due to waiting for manual input if it doesn't recognise the platform.
Diffstat (limited to 'mail/fml4')
-rw-r--r--mail/fml4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/fml4/Makefile b/mail/fml4/Makefile
index 515548db3e3..0c6d36e246a 100644
--- a/mail/fml4/Makefile
+++ b/mail/fml4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/06/02 23:54:35 sevan Exp $
#
DISTNAME= fml-4.0-stable-20040215
@@ -50,6 +50,9 @@ MESSAGE_SUBST+= FML_DIR=${FML_DIR}
INSTALLATION_DIRS+= ${FML_DIR}/examples
+do-configure:
+ ${LN} -fs ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/sbin
+
do-install:
cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} ${PERL5} makefml install
${MV} ${DESTDIR}${PREFIX}/${FML_DIR}/.fml/system \