aboutsummaryrefslogtreecommitdiff
path: root/audio/id3v2
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-04-04 12:32:51 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-04-04 12:32:51 +0000
commit2d3446586aa86a1ff98b009d6a2cd724757bdbb6 (patch)
tree988cf959ae9b0e04454c7fc486012e038278c066 /audio/id3v2
parent8524c4b9aa0fbde7de3e79693eabf3cce005597a (diff)
downloadports-2d3446586aa86a1ff98b009d6a2cd724757bdbb6.tar.gz
ports-2d3446586aa86a1ff98b009d6a2cd724757bdbb6.zip
Let makefile respect ${PREFIX}
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=78173
Diffstat (limited to 'audio/id3v2')
-rw-r--r--audio/id3v2/files/patch-Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/id3v2/files/patch-Makefile b/audio/id3v2/files/patch-Makefile
index 3b0bf5d61dd1..56a5fe893810 100644
--- a/audio/id3v2/files/patch-Makefile
+++ b/audio/id3v2/files/patch-Makefile
@@ -1,6 +1,11 @@
---- Makefile.orig Sun Feb 23 19:55:25 2003
-+++ Makefile Sun Feb 23 20:06:35 2003
-@@ -5,11 +5,11 @@
+--- Makefile.orig Wed Feb 26 00:58:23 2003
++++ Makefile Fri Apr 4 16:36:05 2003
+@@ -1,15 +1,15 @@
+ all: id3v2
+
+-PREFIX= /usr/local
++PREFIX?= /usr/local
+ CXXFLAGS+= -I${PREFIX}/include/
LDFLAGS+= -L${PREFIX}/lib/
id3v2: convert.o list.o id3v2.o