mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
parent
ec07b546cf
commit
e7fe0e204d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414687
2 changed files with 7 additions and 6 deletions
|
@ -10,8 +10,9 @@ DISTNAME= L5
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= File Integrity Assessment Tool
|
||||
|
||||
USES= tar:tgz
|
||||
BROKEN_amd64= incorrect runtime output
|
||||
|
||||
USES= tar:tgz
|
||||
NO_WRKSUBDIR= yes
|
||||
ALL_TARGET= freebsd
|
||||
|
||||
|
@ -20,11 +21,11 @@ PORTDOCS= README
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
BROKEN_amd64= incorrect runtime output
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- l5.c.orig Fri Nov 21 05:56:24 2003
|
||||
+++ l5.c Fri Nov 21 05:56:41 2003
|
||||
--- l5.c.orig 1996-01-31 20:43:46 UTC
|
||||
+++ l5.c
|
||||
@@ -9,11 +9,6 @@
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue