Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 01:06:58 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330582 - head/multimedia/rtmpdump/files
Message-ID:  <201310170106.r9H16w2c005836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Thu Oct 17 01:06:58 2013
New Revision: 330582
URL: http://svnweb.freebsd.org/changeset/ports/330582

Log:
  Fix a typo.
  
  Spotted by:	QAT

Modified:
  head/multimedia/rtmpdump/files/patch-librtmp-Makefile

Modified: head/multimedia/rtmpdump/files/patch-librtmp-Makefile
==============================================================================
--- head/multimedia/rtmpdump/files/patch-librtmp-Makefile	Thu Oct 17 01:02:23 2013	(r330581)
+++ head/multimedia/rtmpdump/files/patch-librtmp-Makefile	Thu Oct 17 01:06:58 2013	(r330582)
@@ -1,5 +1,5 @@
 --- librtmp/Makefile.orig	2013-10-07 03:52:05.000000000 +0900
-+++ librtmp/Makefile	2013-10-07 03:59:04.000000000 +0900
++++ librtmp/Makefile	2013-10-17 10:05:14.000000000 +0900
 @@ -1,19 +1,21 @@
  VERSION=v2.4
  
@@ -66,7 +66,7 @@
  
  install_base:	librtmp.a librtmp.pc
 -	-mkdir -p $(INCDIR) $(LIBDIR)/pkgconfig $(MANDIR)/man3 $(SODIR)
-+	-mkdir -p $(INCDIR) $(LIBDATADIRDIR)/pkgconfig $(MANDIR)/man3 $(SODIR)
++	-mkdir -p $(INCDIR) $(LIBDATADIR)/pkgconfig $(MANDIR)/man3 $(SODIR)
  	cp amf.h http.h log.h rtmp.h $(INCDIR)
  	cp librtmp.a $(LIBDIR)
 -	cp librtmp.pc $(LIBDIR)/pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310170106.r9H16w2c005836>