mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -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
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= File Integrity Assessment Tool
|
COMMENT= File Integrity Assessment Tool
|
||||||
|
|
||||||
USES= tar:tgz
|
BROKEN_amd64= incorrect runtime output
|
||||||
|
|
||||||
|
USES= tar:tgz
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
ALL_TARGET= freebsd
|
ALL_TARGET= freebsd
|
||||||
|
|
||||||
|
@ -20,11 +21,11 @@ PORTDOCS= README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
BROKEN_amd64= incorrect runtime output
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
||||||
|
do-install-DOCS-on:
|
||||||
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- l5.c.orig Fri Nov 21 05:56:24 2003
|
--- l5.c.orig 1996-01-31 20:43:46 UTC
|
||||||
+++ l5.c Fri Nov 21 05:56:41 2003
|
+++ l5.c
|
||||||
@@ -9,11 +9,6 @@
|
@@ -9,11 +9,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue