svn commit: r414687 - in head/security/l5: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 6 09:03:30 UTC 2016


Author: amdmi3
Date: Fri May  6 09:03:28 2016
New Revision: 414687
URL: https://svnweb.freebsd.org/changeset/ports/414687

Log:
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/security/l5/Makefile
  head/security/l5/files/patch-l5.c

Modified: head/security/l5/Makefile
==============================================================================
--- head/security/l5/Makefile	Fri May  6 08:45:02 2016	(r414686)
+++ head/security/l5/Makefile	Fri May  6 09:03:28 2016	(r414687)
@@ -10,8 +10,9 @@ DISTNAME=	L5
 MAINTAINER=	ports at 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>

Modified: head/security/l5/files/patch-l5.c
==============================================================================
--- head/security/l5/files/patch-l5.c	Fri May  6 08:45:02 2016	(r414686)
+++ head/security/l5/files/patch-l5.c	Fri May  6 09:03:28 2016	(r414687)
@@ -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>


More information about the svn-ports-head mailing list