diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2025-06-29 08:28:06 +0200 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2025-06-29 08:28:06 +0200 |
commit | a73a812d6ceca6a3f137b69f44a885b915f499f5 (patch) | |
tree | fddd8e5bd49ace098b939fa61f6ba899403baf43 | |
parent | devel/py-grpcio-tools: update to 1.73.1. (diff) |
audio/py-pyradio: Fix a typo
Reported by: pkg-fallout
-rw-r--r-- | audio/py-pyradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index 45f95505eb30..894819ccfe10 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -64,7 +64,7 @@ VLC_RUN_DEPENDS+= vlc:multimedia/vlc ICON_DIR= share/icons/hicolor/512x512/apps post-patch: - @${REINPLACE_CDM} -e 's/\(distro =\) None/\1 ${OPSYS}/' \ + @${REINPLACE_CMD} -e 's/\(distro =\) None/\1 ${OPSYS}/' \ -e 's/\(enable_notifications =\) -1/\1 0/' \ -e 's/\(remove_station_icons =\) True/\1 False/' \ -e 's/\(xdg_compliant =\) False/\1 True/' \ |