mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
21357e1762
Xmcd now provides audio extraction and playback directly to a sound device.
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
--- Imakefile.orig Mon Nov 4 06:44:33 2002
|
|
+++ Imakefile Mon Nov 4 05:02:09 2002
|
|
@@ -77,5 +77,5 @@
|
|
*/
|
|
install::
|
|
@BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) MANDIR=$(MANDIR) \
|
|
- MANSUFFIX=$(MANSUFFIX) $(SHELL) ./install.sh -n
|
|
+ MANSUFFIX=$(MANSUFFIX) $(SHELL) ./install.sh -n -b
|
|
|