diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-03-29 05:09:43 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-03-29 05:09:43 +0800 |
commit | a6b51c997e9f88e6781e278ce63ee4a11478e0d4 (patch) | |
tree | c7c19346a32445f172f0778593af084961210383 /multimedia | |
parent | ea20e3149e15f19bd7bec97f00e457c7b8cce900 (diff) | |
download | freebsd-ports-gnome-a6b51c997e9f88e6781e278ce63ee4a11478e0d4.tar.gz freebsd-ports-gnome-a6b51c997e9f88e6781e278ce63ee4a11478e0d4.tar.zst freebsd-ports-gnome-a6b51c997e9f88e6781e278ce63ee4a11478e0d4.zip |
multimedia/qmmp-qt5: fix leftover files
Remove INSTALL_ICONS to solve this build issue:
[00:11:58] =>> Checking for extra files and directories
[00:12:00] =>> Error: Files or directories left over:
[00:12:00] share/icons/hicolor/icon-theme.cache
INSTALL_ICONS is documented as not required for Qt-based ports.
PR: 254245
Submitted by: mandree@
Approved by: maintainer timeout, 16d, liangtai.s16@gmail.com
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/qmmp-qt5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index 19f69ca35add..d1dc5a9abeb4 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 1.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ @@ -291,7 +291,6 @@ PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//} PATHFIX_CMAKELISTSTXT= \\"CMakeLists.txt -exec grep -l /pkgconfig {} +\\" PORTDOCS= README README.RUS AUTHORS -INSTALLS_ICONS= yes post-patch: @${GREP} -L '${LOCALBASE}/lib/oss' \ |