diff options
author | hrs <hrs@FreeBSD.org> | 2013-10-17 09:06:58 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-10-17 09:06:58 +0800 |
commit | fc689c7b822de63daff82454bdfd38733d023cff (patch) | |
tree | bd651a25643dc9517dbf6c1f8c6e00874625ecf1 /multimedia/rtmpdump | |
parent | 372fe71edbc082a110367f7d7bbc7eef0d7d37dc (diff) | |
download | freebsd-ports-gnome-fc689c7b822de63daff82454bdfd38733d023cff.tar.gz freebsd-ports-gnome-fc689c7b822de63daff82454bdfd38733d023cff.tar.zst freebsd-ports-gnome-fc689c7b822de63daff82454bdfd38733d023cff.zip |
Fix a typo.
Spotted by: QAT
Diffstat (limited to 'multimedia/rtmpdump')
-rw-r--r-- | multimedia/rtmpdump/files/patch-librtmp-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/rtmpdump/files/patch-librtmp-Makefile b/multimedia/rtmpdump/files/patch-librtmp-Makefile index 009d21a55bc6..775bd0b69bb0 100644 --- a/multimedia/rtmpdump/files/patch-librtmp-Makefile +++ b/multimedia/rtmpdump/files/patch-librtmp-Makefile @@ -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 |