- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user