diff options
author | az <az@FreeBSD.org> | 2013-09-04 14:06:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 14:06:59 +0800 |
commit | fbb642874cd14a12b370ea1ae7dac263d886aaa6 (patch) | |
tree | 560b663694eb053e69f2fd7ce39f1ca119ab80c2 /mail/pflogstats | |
parent | 57eb4fe17886b043e60bc70f3507a4f583911efb (diff) | |
download | freebsd-ports-gnome-fbb642874cd14a12b370ea1ae7dac263d886aaa6.tar.gz freebsd-ports-gnome-fbb642874cd14a12b370ea1ae7dac263d886aaa6.tar.zst freebsd-ports-gnome-fbb642874cd14a12b370ea1ae7dac263d886aaa6.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/pflogstats')
-rw-r--r-- | mail/pflogstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pflogstats/Makefile b/mail/pflogstats/Makefile index fb1c7e96ed47..237289edc409 100644 --- a/mail/pflogstats/Makefile +++ b/mail/pflogstats/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ p5-XML-Dumper>=0:${PORTSDIR}/textproc/p5-XML-Dumper NO_BUILD= yes -USE_PERL5= yes +USES= perl5 SITE_PERL_INST= ${SITE_PERL:S/${LOCALBASE}/${PREFIX}/} post-patch: |