mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
print/print-manager: fix cups install location path
PR: 242451 Submitted by: Anthony <amzo1337@gmail.com>
This commit is contained in:
parent
8a011a0e59
commit
cab08e0d6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519104
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user