diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 05:02:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 05:02:10 +0800 |
commit | e542889a8ea6c1f60a05022d820dc85769de4d38 (patch) | |
tree | 574f01abac9e20a839fe12d1cb46bb11c37b5674 /mail | |
parent | 64e7177d45c2cd24104415989886ddb44e7a125f (diff) | |
download | freebsd-ports-gnome-e542889a8ea6c1f60a05022d820dc85769de4d38.tar.gz freebsd-ports-gnome-e542889a8ea6c1f60a05022d820dc85769de4d38.tar.zst freebsd-ports-gnome-e542889a8ea6c1f60a05022d820dc85769de4d38.zip |
Move the USE_PERL definitions, and others, before pre.mk inclusion. This
will be needed to conditionalize bsd.perl.mk inclusion.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa/Makefile | 26 |
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:" |