aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3v2
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-04-04 20:32:51 +0800
committerperky <perky@FreeBSD.org>2003-04-04 20:32:51 +0800
commitb24b7a585830c3e1873aa965899b471bee3933e6 (patch)
treee445e8c6cbc7f9c777bcb4b1c6297757e9a28ee9 /audio/id3v2
parent9e02a30b48ff0256afb0070972775f7364489ad1 (diff)
downloadfreebsd-ports-gnome-b24b7a585830c3e1873aa965899b471bee3933e6.tar.gz
freebsd-ports-gnome-b24b7a585830c3e1873aa965899b471bee3933e6.tar.zst
freebsd-ports-gnome-b24b7a585830c3e1873aa965899b471bee3933e6.zip
Let makefile respect ${PREFIX}
Approved by: maintainer
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