diff options
Diffstat (limited to 'x11-fm/krusader2/Makefile')
-rw-r--r-- | x11-fm/krusader2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile index 44486aae19e2..470830fa8b8b 100644 --- a/x11-fm/krusader2/Makefile +++ b/x11-fm/krusader2/Makefile @@ -1,5 +1,6 @@ PORTNAME= krusader DISTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= x11-fm kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ @@ -22,4 +23,8 @@ USE_KDE= archive bookmarks codecs completion config coreaddons \ USE_QT= 5compat base USE_XORG= x11 +post-patch: +# Prefer unzip from ports to the base bsdunzip. + ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/plugins/krarc/krarc.cpp + .include <bsd.port.mk> |