svn commit: r400882 - in head/security/yara: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 03:40:36 UTC 2015


Author: sunpoet
Date: Fri Nov  6 03:40:35 2015
New Revision: 400882
URL: https://svnweb.freebsd.org/changeset/ports/400882

Log:
  - Use USES=pathfix
  - While I'm here, pet portlint
  
  Approved by:	portmgr (blanket)

Deleted:
  head/security/yara/files/
Modified:
  head/security/yara/Makefile

Modified: head/security/yara/Makefile
==============================================================================
--- head/security/yara/Makefile	Fri Nov  6 03:21:08 2015	(r400881)
+++ head/security/yara/Makefile	Fri Nov  6 03:40:35 2015	(r400882)
@@ -2,8 +2,8 @@
 
 PORTNAME=	yara
 PORTVERSION=	3.4.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	wxs at FreeBSD.org
@@ -17,7 +17,8 @@ GH_ACCOUNT=	plusvic
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		alias autoreconf libtool
+USES=		alias autoreconf libtool pathfix
 USE_LDCONFIG=	yes
+PATHFIX_MAKEFILEIN=	Makefile.am
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list