Remove media-sound/epris
[pippings-exhereses.git] / packages / media-sound / id3v2 / files / id3v2-0.1.11-install.patch
blobe2dd6b229ca9272c85216e907179752dc0c7f03b
1 Source: Elias Pipping <elias@pipping.org>
2 Upstream: Sent, awaiting response
3 Reason: Don't force splitting, use install(1) to install manpages
4 --- a/Makefile
5 +++ b/Makefile
6 @@ -3,6 +3,7 @@
7 PREFIX= /usr/local
8 BINDIR= $(PREFIX)/bin
9 MANDIR= $(PREFIX)/share/man
10 +INSTALL_STRIP= -s
11 LDFLAGS= -pedantic
12 LDFLAGS+= -L$(PREFIX)/lib/
13 CPPFLAGS+= -I$(PREFIX)/include
14 @@ -15,9 +16,9 @@
16 install: all
17 install -d $(DESTDIR)$(BINDIR)
18 - install -c -s id3v2 $(DESTDIR)$(BINDIR)/id3v2
19 + install -c $(INSTALL_STRIP) id3v2 $(DESTDIR)$(BINDIR)/id3v2
20 install -d $(DESTDIR)$(MANDIR)/man1
21 - nroff -man id3v2.1 > $(DESTDIR)$(MANDIR)/man1/id3v2.1
22 + install -c id3v2.1 $(DESTDIR)$(MANDIR)/man1/id3v2.1
24 clean:
25 rm -f id3v2 create_map core *.o