pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/fml



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 12:49:26 UTC 2020

Modified Files:
        pkgsrc/mail/fml: Makefile

Log Message:
mail/fml: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/fml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/fml/Makefile
diff -u pkgsrc/mail/fml/Makefile:1.19 pkgsrc/mail/fml/Makefile:1.20
--- pkgsrc/mail/fml/Makefile:1.19       Sat Nov  2 16:25:21 2019
+++ pkgsrc/mail/fml/Makefile    Sat May 23 12:49:26 2020
@@ -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_SYSCON
 .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} \



Home | Main Index | Thread Index | Old Index