diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-25 15:12:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-25 15:12:06 +0000 |
commit | 5e91c039817d127510f1b8e7f12a22875d3ba1e6 (patch) | |
tree | 985b9b7fdfda9e0eef0ff84fca6526fd05de2ab0 /audio/bmp-scrobbler | |
parent | 65b4b64c012129f42a174e63d9a00582a04219ab (diff) | |
download | ports-5e91c039817d127510f1b8e7f12a22875d3ba1e6.tar.gz ports-5e91c039817d127510f1b8e7f12a22875d3ba1e6.zip |
Notes
Diffstat (limited to 'audio/bmp-scrobbler')
-rw-r--r-- | audio/bmp-scrobbler/Makefile | 2 | ||||
-rw-r--r-- | audio/bmp-scrobbler/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile index 1fc42fc4ab6e..70f02e5d1e6c 100644 --- a/audio/bmp-scrobbler/Makefile +++ b/audio/bmp-scrobbler/Makefile @@ -29,4 +29,6 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --enable-prefer-ape .endif +PLIST_FILES= lib/bmp/General/libbmp_scrobbler.so + .include <bsd.port.mk> 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 |