diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 07:19:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 07:19:56 +0000 |
commit | fcbd2acb27bbf4a355dbca49af027b65f4b023ac (patch) | |
tree | 431a616cd686d475c868c1f2804352af6faf26ee /mail/prepflog | |
parent | 30e317454821bc4a1c43314f0bca4297231a06c2 (diff) |
Notes
Diffstat (limited to 'mail/prepflog')
-rw-r--r-- | mail/prepflog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/prepflog/Makefile b/mail/prepflog/Makefile index 911c1283f51b..b10db221cc83 100644 --- a/mail/prepflog/Makefile +++ b/mail/prepflog/Makefile @@ -17,7 +17,7 @@ COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats PLIST_FILES= bin/prepflog NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} |