diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-06 17:03:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-06 17:03:28 +0800 |
commit | 43f095fb5b90f44d360f7ec411b452b26c8b99bc (patch) | |
tree | e19ab1663a756c8413eb4222e93123bd598627b6 /security | |
parent | 226c9463face01edf489bbd1d624dd6db848b989 (diff) | |
download | freebsd-ports-gnome-43f095fb5b90f44d360f7ec411b452b26c8b99bc.tar.gz freebsd-ports-gnome-43f095fb5b90f44d360f7ec411b452b26c8b99bc.tar.zst freebsd-ports-gnome-43f095fb5b90f44d360f7ec411b452b26c8b99bc.zip |
- Switch to options helpers
- Regenerate patches with `make makepatch`
Diffstat (limited to 'security')
-rw-r--r-- | security/l5/Makefile | 9 | ||||
-rw-r--r-- | security/l5/files/patch-l5.c | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/l5/Makefile b/security/l5/Makefile index 2429a44fe116..e32e5d39f1de 100644 --- a/security/l5/Makefile +++ b/security/l5/Makefile @@ -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> diff --git a/security/l5/files/patch-l5.c b/security/l5/files/patch-l5.c index 279e89f42e8c..03968630d2dd 100644 --- a/security/l5/files/patch-l5.c +++ b/security/l5/files/patch-l5.c @@ -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> |