summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-23 12:49:26 +0000
committerrillig <rillig@pkgsrc.org>2020-05-23 12:49:26 +0000
commit689d712196f3647b0b43cff6a92848866198ba00 (patch)
treec0694faef63e59ecbb0b5bcf0315cfb04f4584a0
parent2c874d0aace83ce479af82991d5d73eea63dfad0 (diff)
downloadpkgsrc-689d712196f3647b0b43cff6a92848866198ba00.tar.gz
mail/fml: remove unknown configure option
-rw-r--r--mail/fml/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/fml/Makefile b/mail/fml/Makefile
index 5cc57e8a820..ebbe16382a3 100644
--- a/mail/fml/Makefile
+++ b/mail/fml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/11/02 16:25:21 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/23 12:49:26 rillig Exp $
#
DISTNAME= fml-7.99.1
@@ -43,8 +43,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
OWN_DIRS_PERMS+= ${FMLDIR} ${FML_USER} ${FML_GROUP} 0755
-CONFIGURE_ARGS+= --with-sysconfdir=${PKG_SYSCONFDIR} \
- --with-mlspooldir=${FMLDIR} \
+CONFIGURE_ARGS+= --with-mlspooldir=${FMLDIR} \
--with-default-domain=example.net \
--with-default-hostname=mail \
--with-fml-owner=${FML_USER} \