diff options
Diffstat (limited to 'mail/sympa5/Makefile')
-rw-r--r-- | mail/sympa5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index 24d64f135769..60919fcee7d3 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sympa -PORTVERSION= 5.1.2 -PORTREVISION= 1 +PORTVERSION= 5.2.1 +#PORTREVISION= 1 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ @@ -87,6 +87,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-lockdir=/var/spool/lock \ --with-piddir=/var/run \ --with-localedir=${PREFIX}/share/locale \ + --with-mandir=${PREFIX}/man \ --with-docdir=${DOCSDIR} \ --with-sampledir=${EXAMPLESDIR} \ --with-spooldir=${PREFIX}/sympa/spool |