x11/nwg-launchers: respect PREFIX for pixmaps

This commit is contained in:
Jan Beich 2021-07-19 19:25:29 +00:00
parent 49245cca0f
commit ccbd52b189

View file

@ -1,6 +1,7 @@
PORTNAME= nwg-launchers PORTNAME= nwg-launchers
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.4.4 DISTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= x11 CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org MAINTAINER= jbeich@FreeBSD.org
@ -18,7 +19,7 @@ GH_ACCOUNT= nwg-piotr
post-patch: post-patch:
# Respect PREFIX when looking for .desktop files # Respect PREFIX when looking for .desktop files
@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' \ @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/common/nwg_tools.cc \ ${WRKSRC}/common/nwg_tools.cc \
${WRKSRC}/grid/grid_tools.cc ${WRKSRC}/grid/grid_tools.cc