Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 18:50:36 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519104 - head/print/print-manager
Message-ID:  <201912051850.xB5Ioagv070056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Dec  5 18:50:36 2019
New Revision: 519104
URL: https://svnweb.freebsd.org/changeset/ports/519104

Log:
  print/print-manager: fix cups install location path
  
  PR:		242451
  Submitted by:	Anthony <amzo1337@gmail.com>

Modified:
  head/print/print-manager/Makefile

Modified: head/print/print-manager/Makefile
==============================================================================
--- head/print/print-manager/Makefile	Thu Dec  5 18:40:44 2019	(r519103)
+++ head/print/print-manager/Makefile	Thu Dec  5 18:50:36 2019	(r519104)
@@ -2,6 +2,7 @@
 
 PORTNAME=	print-manager
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	print kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -18,5 +19,9 @@ USE_QT=		concurrent core dbus declarative gui network 
 		buildtools_build qmake_build
 
 OPTIONS_DEFINE=	DOCS
+
+post-patch:
+	${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \
+               ${PATCH_WRKSRC}/libkcups/KCupsRequest.cpp
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912051850.xB5Ioagv070056>