diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /audio/streamtuner-live365 | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-ports-graphics-884981ec68cdccc03368be15d055407446135f3d.tar.gz freebsd-ports-graphics-884981ec68cdccc03368be15d055407446135f3d.tar.zst freebsd-ports-graphics-884981ec68cdccc03368be15d055407446135f3d.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'audio/streamtuner-live365')
-rw-r--r-- | audio/streamtuner-live365/Makefile | 1 | ||||
-rw-r--r-- | audio/streamtuner-live365/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile index e911616b454..db32ae2cd41 100644 --- a/audio/streamtuner-live365/Makefile +++ b/audio/streamtuner-live365/Makefile @@ -18,6 +18,7 @@ COMMENT= A Live365 plugin for streamtuner BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner +PLIST_FILES= lib/streamtuner/plugins/live365.so USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 diff --git a/audio/streamtuner-live365/pkg-plist b/audio/streamtuner-live365/pkg-plist deleted file mode 100644 index 1ecf59f1bb6..00000000000 --- a/audio/streamtuner-live365/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/streamtuner/plugins/live365.so -share/locale/fr/LC_MESSAGES/streamtuner-live365.mo |