diff options
author | grant <grant> | 2003-09-25 05:36:33 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-25 05:36:33 +0000 |
commit | 8c6d83e9a81fa1bb9d39019777435276b8c66454 (patch) | |
tree | b62ad5ffec109fead05a748bedf522c2f125169e /audio/xmms | |
parent | 04b4a52e5f1115f1156c36950e6c6619a16f86cb (diff) | |
download | pkgsrc-8c6d83e9a81fa1bb9d39019777435276b8c66454.tar.gz |
xmms joystick support is built on Linux, split the PLIST
appropriately.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/PLIST.Linux | 3 | ||||
-rw-r--r-- | audio/xmms/PLIST.common (renamed from audio/xmms/PLIST) | 4 | ||||
-rw-r--r-- | audio/xmms/PLIST.common_end | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/audio/xmms/PLIST.Linux b/audio/xmms/PLIST.Linux new file mode 100644 index 00000000000..65c6aabde82 --- /dev/null +++ b/audio/xmms/PLIST.Linux @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2003/09/25 05:36:33 grant Exp $ +lib/xmms/General/libjoy.la +lib/xmms/General/libjoy.so diff --git a/audio/xmms/PLIST b/audio/xmms/PLIST.common index 9dc1b9c5665..cf12b27f68c 100644 --- a/audio/xmms/PLIST +++ b/audio/xmms/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/07/25 09:22:51 jmmv Exp $ +@comment $NetBSD: PLIST.common,v 1.1 2003/09/25 05:36:33 grant Exp $ bin/wmxmms bin/xmms bin/xmms-config @@ -99,7 +99,5 @@ share/xmms/wmxmms.xpm @dirrm lib/xmms/Visualization @dirrm lib/xmms/Output @dirrm lib/xmms/Input -@dirrm lib/xmms/General @dirrm lib/xmms/Effect -@dirrm lib/xmms @dirrm include/xmms diff --git a/audio/xmms/PLIST.common_end b/audio/xmms/PLIST.common_end new file mode 100644 index 00000000000..3e71482fea1 --- /dev/null +++ b/audio/xmms/PLIST.common_end @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.common_end,v 1.1 2003/09/25 05:36:33 grant Exp $ +@dirrm lib/xmms/General +@dirrm lib/xmms |