From 82db6a11c617dcf1885acc14d2bd3148a97ec891 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 12 Oct 2007 00:59:51 +0000 Subject: Move the USE_PERL5 and NO_BUILD lines before the inclusion of bsd.port.pre.mk. --- mail/websieve/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') 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 -- cgit