print/print-manager: fix cups install location path

PR:		242451
Submitted by:	Anthony <amzo1337@gmail.com>
This commit is contained in:
Tobias C. Berner 2019-12-05 18:50:36 +00:00
parent 8a011a0e59
commit cab08e0d6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519104

View File

@ -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 <bsd.port.mk>