diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-12 08:59:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-12 08:59:51 +0800 |
commit | 82db6a11c617dcf1885acc14d2bd3148a97ec891 (patch) | |
tree | 68f0106afc2e3819b0310f515678a4ce6287d755 /mail | |
parent | 68b5486c712a45fc97a584f0955e6539c6048439 (diff) | |
download | freebsd-ports-gnome-82db6a11c617dcf1885acc14d2bd3148a97ec891.tar.gz freebsd-ports-gnome-82db6a11c617dcf1885acc14d2bd3148a97ec891.tar.zst freebsd-ports-gnome-82db6a11c617dcf1885acc14d2bd3148a97ec891.zip |
Move the USE_PERL5 and NO_BUILD lines before the inclusion of bsd.port.pre.mk.
Diffstat (limited to 'mail')
-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 |