diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-06 11:40:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-06 11:40:35 +0800 |
commit | 4070be524585a400a57f62c89b4025157064b85e (patch) | |
tree | 7ceca269ed9b41fba31b71ba58844a6db78bed6d /security | |
parent | 7febef2853bf16f0065ab6ddb4c87e0d4c9163c5 (diff) | |
download | freebsd-ports-gnome-4070be524585a400a57f62c89b4025157064b85e.tar.gz freebsd-ports-gnome-4070be524585a400a57f62c89b4025157064b85e.tar.zst freebsd-ports-gnome-4070be524585a400a57f62c89b4025157064b85e.zip |
- Use USES=pathfix
- While I'm here, pet portlint
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/yara/Makefile | 5 | ||||
-rw-r--r-- | security/yara/files/patch-libyara_Makefile.am | 11 |
2 files changed, 3 insertions, 13 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> diff --git a/security/yara/files/patch-libyara_Makefile.am b/security/yara/files/patch-libyara_Makefile.am deleted file mode 100644 index 6781172a020d..000000000000 --- a/security/yara/files/patch-libyara_Makefile.am +++ /dev/null @@ -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 |