diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 06:06:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 06:06:59 +0000 |
commit | f2af6ec9a8c3cf1e8d72e6266bee870756b02c41 (patch) | |
tree | 560b663694eb053e69f2fd7ce39f1ca119ab80c2 /mail/exipick | |
parent | 6337984890c98036209bdd2001ac29c3386bf22a (diff) |
Notes
Diffstat (limited to 'mail/exipick')
-rw-r--r-- | mail/exipick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exipick/Makefile b/mail/exipick/Makefile index dfb7ee70d770..aa90a0f48fc3 100644 --- a/mail/exipick/Makefile +++ b/mail/exipick/Makefile @@ -17,7 +17,8 @@ COMMENT= Display messages from Exim queue based on a variety of criteria PLIST_FILES= bin/${PORTNAME} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run do-extract: @${RM} -rf ${WRKDIR} |