Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2015 03:40:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400882 - in head/security/yara: . files
Message-ID:  <201511060340.tA63eZfS043738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511060340.tA63eZfS043738>