diff options
author | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:40:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:40:55 +0000 |
commit | 8b3fb6d2ddac90812148266f44cf703f7808bcb7 (patch) | |
tree | 18769fd6915134abb6c341fe1f264755d3a656c5 /audio/splay/files/patch-ab | |
parent | Add -b to fetch's args since the master site doesn't seem (diff) |
Upgrade to version 0.8.2.
PR: 6122
Submitted by: maintainer
Diffstat (limited to 'audio/splay/files/patch-ab')
-rw-r--r-- | audio/splay/files/patch-ab | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/audio/splay/files/patch-ab b/audio/splay/files/patch-ab index cce91b282d0f..8ca578c50572 100644 --- a/audio/splay/files/patch-ab +++ b/audio/splay/files/patch-ab @@ -1,11 +1,15 @@ ---- src/cmd/cmd.cc.orig Sat Aug 9 16:31:03 1997 -+++ src/cmd/cmd.cc Sat Aug 9 16:31:15 1997 -@@ -15,7 +15,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> --#include <sys/soundcard.h> -+#include <machine/soundcard.h> - - #include <mpegsound.h> +--- Makefile.in.orig Sat Apr 4 17:32:23 1998 ++++ Makefile.in Sat Apr 4 17:38:18 1998 +@@ -132,12 +132,6 @@ + else file=splay.1; fi; \ + echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \ + $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- @sect=1; \ +- inst=`echo "xsplay" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/xsplay.1; then file=$(srcdir)/xsplay.1; \ +- else file=xsplay.1; fi; \ +- echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst + uninstall-man: + $(NORMAL_UNINSTALL) |