diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-15 19:26:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-15 19:26:11 +0000 |
commit | f206eb9f74ce77fc3a8050615d4d187fa3df800d (patch) | |
tree | 0988ff6ce70728b84f2ca4212f259856d05915b0 | |
parent | 77a66e63999fcba84d49d37e13eb6739e24f3a8f (diff) | |
download | ports-f206eb9f74ce77fc3a8050615d4d187fa3df800d.tar.gz ports-f206eb9f74ce77fc3a8050615d4d187fa3df800d.zip |
Notes
-rw-r--r-- | mail/sympa5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index 1361f8fc5b7e..8782a0ead9a8 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -97,8 +97,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-localedir=${PREFIX}/share/locale \ --with-docdir=${DOCSDIR} \ --with-sampledir=${EXAMPLESDIR} \ - --with-spooldir=${PREFIX}/sympa/spool \ - ${CONFIGURE_TARGET} + --with-spooldir=${PREFIX}/sympa/spool CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip |