diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-06-14 21:42:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-06-14 21:42:17 +0000 |
commit | bf890f24ca9a5091649c885e9be91aea725e2583 (patch) | |
tree | 0867b2470d1de03f99e27b7e7393cb8271f1705a /net-mgmt | |
parent | e64fa8fb7c35b581881d79a869ce70f35fafa396 (diff) | |
download | ports-bf890f24ca9a5091649c885e9be91aea725e2583.tar.gz ports-bf890f24ca9a5091649c885e9be91aea725e2583.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cricket/Makefile | 17 |
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 |