diff options
Diffstat (limited to 'x11/wofi/Makefile')
-rw-r--r-- | x11/wofi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/wofi/Makefile b/x11/wofi/Makefile index f6981b93f56a..6419e54171d1 100644 --- a/x11/wofi/Makefile +++ b/x11/wofi/Makefile @@ -1,12 +1,12 @@ PORTNAME= wofi DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.1 CATEGORIES= x11 wayland MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Launcher/menu program for wlroots-based compositors -WWW= https://hg.sr.ht/~scoopta/wofi +WWW= https://sr.ht/~scoopta/wofi LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.md @@ -17,7 +17,7 @@ USES= gnome meson pkgconfig USE_GNOME= cairo gdkpixbuf gtk30 post-patch: - @${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ + @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/man/${PORTNAME}.7 \ ${WRKSRC}/modes/drun.c # Extract (snapshot) version from the port instead of meson.build |