summaryrefslogtreecommitdiff
path: root/audio/id3ed/patches/patch-aa
blob: 451332c85f8fc14d23ff77ca4c86d81746e88d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-aa,v 1.3 1999/06/25 21:37:40 kleink Exp $

--- Makefile.in.orig	Wed Jun  9 21:00:12 1999
+++ Makefile.in	Thu Jun 10 02:39:28 1999
@@ -6,8 +6,8 @@
 #doesn't seem to hurt anything if its defined even with the new readline
 CXXFLAGS+=-DOLD_READLINE
 
-CXX=@CXX@
-LIBS=@LIBS@
+CXX=	@CXX@ -I${LOCALBASE}/include
+LIBS=	-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib @LIBS@
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
@@ -26,8 +26,8 @@
 	$(CXX) -MM *.cc > .depend
 
 install: all
-	$(install) -s -o root -g bin -m 0755 id3ed $(bindir)
-	$(install) -o root -g bin -m 0644 id3ed.1 $(mandir)/man1
+	${BSD_INSTALL_PROGRAM} id3ed $(bindir)
+	${BSD_INSTALL_MAN} id3ed.1 $(mandir)/man1
 
 uninstall:
 	-rm $(bindir)/id3ed