From a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:21:13 +0000 Subject: Use USES=pathfix where applicable. PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 --- x11-toolkits/girara/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11-toolkits/girara/Makefile') diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index 353ce66b8de6..0e4526affcd9 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -11,7 +11,8 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= GTK3 Interface Library for Zathura PDF Viewer USE_GNOME= glib20 gtk30 -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes USE_CSTD= gnu99 LIBDIR= ${PREFIX}/lib @@ -24,8 +25,6 @@ OPTIONS_SUB= yes NLS_USES= gettext post-patch: .SILENT - ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|^\(CFLAGS +=\) -std=c11|\1|' \ ${WRKSRC}/config.mk -- cgit v1.2.3