freebsd-ports/multimedia/libdvdnav/files/patch-Makefile
Max Brazhnikov e62e0609ff Update to 4.1.3 (switch over to MPlayer's version)
Pass maintainership to submitter

PR:		ports/131969
Sumbmitted by:	Ganael LAPLANCHE <ganael.laplanche at martymac.com>
Approved by:	nobutaka (timeout 18 months)
2010-09-02 21:35:09 +00:00

16 lines
625 B
Text

--- Makefile.orig 2008-10-04 12:25:15.145677557 +0200
+++ Makefile 2008-10-04 12:36:23.806607647 +0200
@@ -131,10 +131,9 @@
$(pcedit) $< > $@
install-pkgconfig: $(.OBJDIR)/dvdnav.pc $(.OBJDIR)/dvdnavmini.pc
- install -d $(DESTDIR)$(libdir)/pkgconfig
- install -m 0644 $(.OBJDIR)/dvdnav.pc $(DESTDIR)$(libdir)/pkgconfig
- install -m 0644 $(.OBJDIR)/dvdnavmini.pc \
- $(DESTDIR)$(libdir)/pkgconfig
+ install -d $(DESTDIR)$(libdatadir)
+ install -m 0644 $(.OBJDIR)/dvdnav.pc $(DESTDIR)$(libdatadir)
+ install -m 0644 $(.OBJDIR)/dvdnavmini.pc $(DESTDIR)$(libdatadir)
distclean: clean
find . -name "*~" | xargs rm -rf