openbsd-ports/audio/streamripper/patches/patch-Makefile_in
mark 8ac46612da streamripper-1.0.5 import
Streamripper started as a way to separate tracks via Shoutcast's
title-streaming feature. This has now been expanded into a much more
generic feature, where part of the program only tries to "hint" at
where one track starts and another ends, thus allowing a MP3 decoding
engine to scan for a silent mark, which is used to find an exact track
separation.
2002-02-19 08:19:42 +00:00

30 lines
734 B
Plaintext

--- Makefile.in~ Mon Feb 18 21:25:20 2002
+++ Makefile.in Mon Feb 18 21:33:15 2002
@@ -1,11 +1,11 @@
# Generated automatically from Makefile.in by configure.
#Makefile for streamripper
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-bindir = /usr/local/bin
-SHELL = /bin/sh
+#INSTALL_PROGRAM = @INSTALL_PROGRAM@
+#bindir = /usr/local/bin
+#SHELL = /bin/sh
-INSTALL = /usr/bin/install -c
+#INSTALL = /usr/bin/install -c
all: consoleapp
@@ -17,7 +17,7 @@ consoleapp:
clean:
rm -f streamripper *.o lib/*.o mpglib/*.o console/*.o *.core core
-install:
- @echo "- Installing streamripper"
- @ $(INSTALL_PROGRAM) streamripper $(bindir)
+#install:
+# @echo "- Installing streamripper"
+# @ $(INSTALL_PROGRAM) streamripper $(bindir)