aboutsummaryrefslogtreecommitdiff
path: root/mail/websieve
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-12 00:59:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-12 00:59:51 +0000
commite94fe1ef769cb3a734f3c42c1923406d0b8cd8f3 (patch)
tree26d7eb7fd2e8e9f0303bd329947ebb05e99957fb /mail/websieve
parent1916504598389c5cd26b1bb7c414ddda503bcda4 (diff)
downloadports-e94fe1ef769cb3a734f3c42c1923406d0b8cd8f3.tar.gz
ports-e94fe1ef769cb3a734f3c42c1923406d0b8cd8f3.zip
Move the USE_PERL5 and NO_BUILD lines before the inclusion of bsd.port.pre.mk.
Notes
Notes: svn path=/head/; revision=201336
Diffstat (limited to 'mail/websieve')
-rw-r--r--mail/websieve/Makefile8
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