diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 17:21:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 17:21:49 +0000 |
commit | f7be0641eca36d0d46ae9f8bf1dbad1fcffe7946 (patch) | |
tree | fabc98c185a1ab622ff909ab1b0b4369bde0f3d3 /audio/splay | |
parent | 9d6614ef87f8a14c9bdc7120981ffecf64db7692 (diff) |
Notes
Diffstat (limited to 'audio/splay')
-rw-r--r-- | audio/splay/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 7e4be6871dd6..30b4c0a65f2f 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -11,9 +11,7 @@ COMMENT= Audio player that decodes MPEG Layer 1/2/3 and WAV files GNU_CONFIGURE= yes -NO_STAGE= yes -MAN1= splay.1 -PLIST_FILES= bin/splay +PLIST_FILES= bin/splay man/man1/splay.1.gz # XXX: pthread library can be used, but sound quality is buggy(?) |