diff --git a/mail/archmbox/Makefile b/mail/archmbox/Makefile index cd1f5dbc8614..5af528182dd6 100644 --- a/mail/archmbox/Makefile +++ b/mail/archmbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= archmbox PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= SF/adc-${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -12,8 +12,9 @@ LICENSE= GPLv2 USES= perl5 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= ChangeLog NEWS README THANKS TODO OPTIONS_DEFINE= DOCS