Let makefile respect ${PREFIX}

Approved by:	maintainer
This commit is contained in:
Hye-Shik Chang 2003-04-04 12:32:51 +00:00
parent 8524c4b9aa
commit 2d3446586a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78173

View File

@ -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