svn commit: r330582 - head/multimedia/rtmpdump/files
Hiroki Sato
hrs at FreeBSD.org
Thu Oct 17 01:06:58 UTC 2013
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
More information about the svn-ports-head
mailing list