diff options
Diffstat (limited to 'mail/websieve/Makefile')
-rw-r--r-- | mail/websieve/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/websieve/Makefile b/mail/websieve/Makefile index 2d1aea5fab12..84e8cb6d113f 100644 --- a/mail/websieve/Makefile +++ b/mail/websieve/Makefile @@ -17,6 +17,10 @@ COMMENT= Web based Cyrus IMAP user admin client DISTVERSION= 063a +USE_PERL5_RUN= yes + +NO_BUILD= yes + # Oh for the ability to do radio buttons. In this case, just use the # highest select version number. If no Cyrus IMAPd versions are # selected, use some generic IMAP modules @@ -46,10 +50,6 @@ FUNCLIB_PL= funclib.pl SUB_FILES= pkg-message -USE_PERL5_RUN= yes - -NO_BUILD= yes - post-configure: @${REINPLACE_CMD} -e "s,require[ ]*'\./\([^']*\)',require '${PREFIX}/etc/websieve/\1'," \ ${WRKSRC}/websieve.pl |