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