security/l5: modernize port a bit

- replace EXTRACT_SUFX with USES equivalent
- use modern way of defining BROKEN to avoid using of
  bsd.port.pre.mk

No functional changes, so no PORTREVISION bump is required.
This commit is contained in:
Ruslan Makhmatkhanov 2016-04-02 16:24:15 +00:00
parent a14cff4b8e
commit ea175b74dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412417

View file

@ -6,11 +6,12 @@ PORTVERSION= 1.2
CATEGORIES= security sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/l5/
DISTNAME= L5
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= File Integrity Assessment Tool
USES= tar:tgz
NO_WRKSUBDIR= yes
ALL_TARGET= freebsd
@ -19,15 +20,11 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${ARCH} == 'amd64'
BROKEN= incorrect runtime output
.endif
BROKEN_amd64= incorrect runtime output
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>