1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Matthias Andree 2021-03-28 21:09:43 +00:00
parent ea20e3149e
commit a6b51c997e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569414

View File

@ -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' \