diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-21 22:27:54 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-21 22:27:54 +0000 |
commit | 582d06c2dcfddf872cd4bde5fc368e06c3e7be96 (patch) | |
tree | 70e731761b6e93aedf8ab6bccad1cbac500626ae /security/logcheck | |
parent | 79444e4b4c1876c3e7aa40071b385f4e4570327e (diff) |
Convert to USES=tar:xz
PR: ports/187830
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=348748
Diffstat (limited to 'security/logcheck')
-rw-r--r-- | security/logcheck/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 27102ad2c315..5abed2f6f06a 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -32,8 +32,7 @@ OPTIONS_DEFAULT=CRON .endif # Enable Perl dependency for logtail script -USES= perl5 shebangfix -USE_XZ= yes +USES= perl5 shebangfix tar:xz WRKSRC= ${WRKDIR}/${DISTNAME:S!_!-!} BINMODE= 755 |