diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 11:33:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 11:33:21 +0000 |
commit | c44622bec864944d95d534d1a79cb7b5c4a74231 (patch) | |
tree | 02fb9cde5ab3564fe733963caa7f8412902ae4a4 /security/l5 | |
parent | db88c60866551e2a829a353780424fe29bb5404b (diff) |
Notes
Diffstat (limited to 'security/l5')
-rw-r--r-- | security/l5/Makefile | 18 | ||||
-rw-r--r-- | security/l5/pkg-plist | 3 |
2 files changed, 12 insertions, 9 deletions
diff --git a/security/l5/Makefile b/security/l5/Makefile index 263a216447a8..6241ccf23439 100644 --- a/security/l5/Makefile +++ b/security/l5/Makefile @@ -11,17 +11,23 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= File Integrity Assessment Tool -NO_WRKSUBDIR= true +NO_WRKSUBDIR= yes ALL_TARGET= freebsd -NO_STAGE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} +PLIST_FILES= bin/l5 +PORTDOCS= README + +OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> + .if ${ARCH} == 'amd64' BROKEN= incorrect runtime output .endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + .include <bsd.port.post.mk> diff --git a/security/l5/pkg-plist b/security/l5/pkg-plist deleted file mode 100644 index 9d5b9675f9d7..000000000000 --- a/security/l5/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/l5 -share/doc/l5/README -@dirrm share/doc/l5 |