summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 21:02:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 21:02:10 +0000
commita20a79a0d06f7db3221a6b487b6d0260014025aa (patch)
tree34028c4fa1a50a821ddf94796993857eb25c9ffb /mail
parent- Update to 20070929. (diff)
Move the USE_PERL definitions, and others, before pre.mk inclusion. This
will be needed to conditionalize bsd.perl.mk inclusion.
Notes
Notes: svn path=/head/; revision=200389
Diffstat (limited to 'mail')
-rw-r--r--mail/sympa/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
index 8d38c3999cea..546d6cdf3549 100644
--- a/mail/sympa/Makefile
+++ b/mail/sympa/Makefile
@@ -30,6 +30,19 @@ BUILD_DEPENDS+= ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
+HAS_CONFIGURE= yes
+USE_PERL5= yes
+CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \
+ --with-confdir=${PREFIX}/etc \
+ --with-initdir=${PREFIX}/etc/rc.d \
+ --with-etcdir=${PREFIX}/sympa/bin/etc \
+ --with-iconsdir=${PREFIX}/www/icons \
+ ${CONFIGURE_TARGET}
+CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
+MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip
+
+MAN8= alias_manager.8 archived.8 bounced.8 sympa.8
+
CONFLICTS= sympa-5*
DB_TYPE=
@@ -61,19 +74,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-
.endif
.endif
-HAS_CONFIGURE= yes
-USE_PERL5= yes
-CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \
- --with-confdir=${PREFIX}/etc \
- --with-initdir=${PREFIX}/etc/rc.d \
- --with-etcdir=${PREFIX}/sympa/bin/etc \
- --with-iconsdir=${PREFIX}/www/icons \
- ${CONFIGURE_TARGET}
-CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
-MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip
-
-MAN8= alias_manager.8 archived.8 bounced.8 sympa.8
-
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"