diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:58:41 +0000 |
commit | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/logcheck | |
parent | 8bbe36048e84f63c2f9b313aa70806d28f88d82e (diff) | |
download | ports-f56f112403e0108e4a1caa3b8bd8197282cda9a6.tar.gz ports-f56f112403e0108e4a1caa3b8bd8197282cda9a6.zip |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327417
Diffstat (limited to 'security/logcheck')
-rw-r--r-- | security/logcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 8ffb6506faea..ad36dbefc9f9 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -33,7 +33,7 @@ OPTIONS_DEFAULT=CRON .endif # Enable Perl dependency for logtail script -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME:S!_!-!} BINMODE= 755 |