Index: head/security/yara/files/patch-libyara_Makefile.am =================================================================== --- head/security/yara/files/patch-libyara_Makefile.am (revision 400881) +++ head/security/yara/files/patch-libyara_Makefile.am (nonexistent) @@ -1,11 +0,0 @@ ---- libyara/Makefile.am.orig 2015-06-18 13:33:39 UTC -+++ libyara/Makefile.am -@@ -107,7 +107,7 @@ libyara_la_SOURCES = \ - stream.h \ - utils.h - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - nodist_pkgconfig_DATA = yara.pc - - yara.pc: yara.pc.in Property changes on: head/security/yara/files/patch-libyara_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/yara/Makefile =================================================================== --- head/security/yara/Makefile (revision 400881) +++ head/security/yara/Makefile (revision 400882) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= yara PORTVERSION= 3.4.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= wxs@FreeBSD.org COMMENT= Malware identification and classification tool LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes 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