diff options
Diffstat (limited to 'mail/squirrelmail-user_special_mailboxes-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-user_special_mailboxes-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile index d6b0e8e31ff1..5fb9f1de29d9 100644 --- a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile +++ b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile @@ -11,7 +11,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Lets define folders to be displayed at the top of the folders list USE_SM_COMPAT= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} |