From cab08e0d6d7c72754e64591065f17b7bb3af44cf Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 5 Dec 2019 18:50:36 +0000 Subject: [PATCH] print/print-manager: fix cups install location path PR: 242451 Submitted by: Anthony --- print/print-manager/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/print/print-manager/Makefile b/print/print-manager/Makefile index ae3e1e3c0c46..ebcef5eda2d3 100644 --- a/print/print-manager/Makefile +++ b/print/print-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= print-manager DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= print kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -19,4 +20,8 @@ USE_QT= concurrent core dbus declarative gui network widgets xml \ OPTIONS_DEFINE= DOCS +post-patch: + ${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \ + ${PATCH_WRKSRC}/libkcups/KCupsRequest.cpp + .include