diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile index fa32c6833483..c10b58376c9a 100644 --- a/audio/bmp-scrobbler/Makefile +++ b/audio/bmp-scrobbler/Makefile @@ -33,4 +33,6 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --enable-prefer-ape .endif +PLIST_FILES= lib/bmp/General/libbmp_scrobbler.so + .include diff --git a/audio/bmp-scrobbler/pkg-plist b/audio/bmp-scrobbler/pkg-plist deleted file mode 100644 index cf789cc2f2c7..000000000000 --- a/audio/bmp-scrobbler/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/bmp/General/libbmp_scrobbler.so -@unexec rmdir %D/lib/bmp/General 2> /dev/null || true