pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mbone/rtptools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Oct 12 20:14:08 UTC 2019

Modified Files:
        pkgsrc/mbone/rtptools: Makefile PLIST

Log Message:
mbone/rtptools: fix location of HTML documentation


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mbone/rtptools/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mbone/rtptools/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mbone/rtptools/Makefile
diff -u pkgsrc/mbone/rtptools/Makefile:1.11 pkgsrc/mbone/rtptools/Makefile:1.12
--- pkgsrc/mbone/rtptools/Makefile:1.11 Sat May  6 08:22:23 2017
+++ pkgsrc/mbone/rtptools/Makefile      Sat Oct 12 20:14:08 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2017/05/06 08:22:23 mef Exp $
+# $NetBSD: Makefile,v 1.12 2019/10/12 20:14:08 rillig Exp $
 #
 
 DISTNAME=              rtptools-1.21
+PKGREVISION=           1
 CATEGORIES=            mbone
 MASTER_SITES=          http://www.cs.columbia.edu/IRT/software/rtptools/download/
 
@@ -13,7 +14,7 @@ COMMENT=              Tools for processing RTP data
 GNU_CONFIGURE=         yes
 CPPFLAGS+=             -Dunix
 
-HTMLDIR=       ${PREFIX}/share/doc/html/rtptools
+HTMLDIR=       ${PREFIX}/share/doc/rtptools
 EGDIR=         ${PREFIX}/share/examples/rtptools
 
 post-install:

Index: pkgsrc/mbone/rtptools/PLIST
diff -u pkgsrc/mbone/rtptools/PLIST:1.2 pkgsrc/mbone/rtptools/PLIST:1.3
--- pkgsrc/mbone/rtptools/PLIST:1.2     Sun Jun 14 18:06:15 2009
+++ pkgsrc/mbone/rtptools/PLIST Sat Oct 12 20:14:08 2019
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:06:15 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/12 20:14:08 rillig Exp $
 bin/rtpdump
 bin/rtpplay
 bin/rtpsend
 bin/rtptrans
-share/doc/html/rtptools/ChangeLog.html
-share/doc/html/rtptools/rtptools.html
+share/doc/rtptools/ChangeLog.html
+share/doc/rtptools/rtptools.html
 share/examples/rtptools/multidump
 share/examples/rtptools/multiplay



Home | Main Index | Thread Index | Old Index