summaryrefslogtreecommitdiff
path: root/audio/discid/files/patch-ab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 01:10:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 01:10:47 +0000
commit632f5e970912acd7e8554636b56767e9b6bcdef8 (patch)
tree8f643ae214d07d544e2bef2f35594c0fa3978894 /audio/discid/files/patch-ab
parentnew port: www/cherokee (diff)
port for audio/discid
A C Program to Compute CDDB discids on Linux and FreeBSD PR: ports/38751 Submitted by: Oliver Breuninger <ob@breuninger.org>
Notes
Notes: svn path=/head/; revision=78376
Diffstat (limited to 'audio/discid/files/patch-ab')
-rw-r--r--audio/discid/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/discid/files/patch-ab b/audio/discid/files/patch-ab
new file mode 100644
index 000000000000..852845dc2551
--- /dev/null
+++ b/audio/discid/files/patch-ab
@@ -0,0 +1,14 @@
+--- Makefile.orig Sun Oct 15 10:08:53 2000
++++ Makefile Mon May 27 18:40:23 2002
+@@ -1,3 +1,10 @@
++
++all: discid
++
+ discid: discid.c
+ gcc -o discid discid.c
+- strip discid
++ strip discid
++
++install:
++ cp -p discid ${PREFIX}/bin
++