mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Use USES=pathfix
- While I'm here, pet portlint Approved by: portmgr (blanket)
This commit is contained in:
parent
4471d31497
commit
fc22a9e780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400882
@ -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>
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user