aboutsummaryrefslogtreecommitdiffstats
path: root/security/yara/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/yara/Makefile')
-rw-r--r--security/yara/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/yara/Makefile b/security/yara/Makefile
index 53b0d38a8077..eb3b947a1c5c 100644
--- a/security/yara/Makefile
+++ b/security/yara/Makefile
@@ -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>