diff options
author | dbn <dbn@FreeBSD.org> | 2016-07-19 14:29:51 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2016-07-19 14:29:51 +0800 |
commit | 75c775f7c2cfe6a6c5306afbf21ddc511337efea (patch) | |
tree | 6ea7eaf157e5a9a13859a5f91f3747e31394d4e1 /audio | |
parent | f311c247b2451215191664253232b5565f6a21c8 (diff) | |
download | freebsd-ports-gnome-75c775f7c2cfe6a6c5306afbf21ddc511337efea.tar.gz freebsd-ports-gnome-75c775f7c2cfe6a6c5306afbf21ddc511337efea.tar.zst freebsd-ports-gnome-75c775f7c2cfe6a6c5306afbf21ddc511337efea.zip |
audio/soundkonverter: remove INSTALLS_ICONS, fix plist.
- Remove INSTALLS_ICONS as this is a KDE port and not a GNOME port.
- Replace %%QT_BINDIR%% with 'bin'. Although QT_BINDIR does subtitue
to the correct value, this port uses cmake and not qmake and thus may
not honour changes to QT_BINDIR.
Reported by: danfe
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundkonverter/Makefile | 2 | ||||
-rw-r--r-- | audio/soundkonverter/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile index 3a6135c23f70..17f88af8b11b 100644 --- a/audio/soundkonverter/Makefile +++ b/audio/soundkonverter/Makefile @@ -3,6 +3,7 @@ PORTNAME= soundkonverter PORTVERSION= 2.2.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= audio kde @@ -20,7 +21,6 @@ USES= cmake compiler:c++11-lang USE_GITHUB= yes USE_QT4= corelib dbus gui network moc_build qmake_build rcc_build svg uic_build xml USE_KDE4= automoc4 kdelibs libkcddb -INSTALLS_ICONS= yes WRKSRC_SUBDIR= src OPTIONS_DEFAULT= VORBIS FLAC NORMALIZE VORBISGAIN CDPARANOIA diff --git a/audio/soundkonverter/pkg-plist b/audio/soundkonverter/pkg-plist index 602b56b33d84..9d6142a198ba 100644 --- a/audio/soundkonverter/pkg-plist +++ b/audio/soundkonverter/pkg-plist @@ -1,4 +1,4 @@ -%%QT_BINDIR%%/soundkonverter +bin/soundkonverter lib/kde4/soundkonverter_codec_aften.so lib/kde4/soundkonverter_codec_faac.so lib/kde4/soundkonverter_codec_ffmpeg.so |