aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cricket
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-06-14 21:42:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-06-14 21:42:17 +0000
commitbf890f24ca9a5091649c885e9be91aea725e2583 (patch)
tree0867b2470d1de03f99e27b7e7393cb8271f1705a /net-mgmt/cricket
parente64fa8fb7c35b581881d79a869ce70f35fafa396 (diff)
downloadports-bf890f24ca9a5091649c885e9be91aea725e2583.tar.gz
ports-bf890f24ca9a5091649c885e9be91aea725e2583.zip
Move USE_PERL and friends above bsd.port.pre.mk inclusion.
Notes
Notes: svn path=/head/; revision=235824
Diffstat (limited to 'net-mgmt/cricket')
-rw-r--r--net-mgmt/cricket/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile
index b5b63c6bde70..83e23d8aca2a 100644
--- a/net-mgmt/cricket/Makefile
+++ b/net-mgmt/cricket/Makefile
@@ -21,25 +21,26 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate
-.include <bsd.port.pre.mk>
-
-# A reliable version of Time::HiRes is included with perl 5.8.7 and later.
-.if ${PERL_LEVEL} < 500807
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-.endif
-
-HAS_CONFIGURE= yes
USE_PERL5= yes
+HAS_CONFIGURE= yes
NO_BUILD= yes
PLIST_SUB+= VERSION=${PORTVERSION}
SUB_FILES= pkg-message pkg-install
SUB_LIST= USER="${CRICKET_USER}" GROUP="${CRICKET_GROUP}" UID="${CRICKET_UID}" GID="${CRICKET_GID}"
+
# UID and username comes from ports/UIDs.
CRICKET_USER= cricket
CRICKET_UID= 141
CRICKET_GROUP= www
CRICKET_GID= 80
+.include <bsd.port.pre.mk>
+
+# A reliable version of Time::HiRes is included with perl 5.8.7 and later.
+.if ${PERL_LEVEL} < 500807
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,/home/cricket,${PREFIX},g' \
${WRKSRC}/cricket-conf.pl.sample