aboutsummaryrefslogtreecommitdiff
path: root/security/l5
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-04-02 16:24:15 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-04-02 16:24:15 +0000
commitea175b74dd9d0dedd301af20d362f16fc3e56fa0 (patch)
tree43cc232fd51df02d16abf230716b9f75e35ed14f /security/l5
parenta14cff4b8ef79cb7aab74587df37a0312356d87e (diff)
downloadports-ea175b74dd9d0dedd301af20d362f16fc3e56fa0.tar.gz
ports-ea175b74dd9d0dedd301af20d362f16fc3e56fa0.zip
Notes
Diffstat (limited to 'security/l5')
-rw-r--r--security/l5/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/l5/Makefile b/security/l5/Makefile
index 6241ccf23439..2429a44fe116 100644
--- a/security/l5/Makefile
+++ b/security/l5/Makefile
@@ -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>