diff options
Diffstat (limited to 'audio/py-pyradio/Makefile')
-rw-r--r-- | audio/py-pyradio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index 45f95505eb30..cac8f2f442b9 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyradio -DISTVERSION= 0.9.3.11.15 +DISTVERSION= 0.9.3.11.16 PORTREVISION= 0 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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/' \ |