svn commit: r519104 - head/print/print-manager
Tobias C. Berner
tcberner at FreeBSD.org
Thu Dec 5 18:50:37 UTC 2019
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 at 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 at 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>
More information about the svn-ports-all
mailing list