svn commit: r306894 - projects/doctools/usr.bin/vgrind

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 9 01:46:51 UTC 2016


Author: bapt
Date: Sun Oct  9 01:46:49 2016
New Revision: 306894
URL: https://svnweb.freebsd.org/changeset/base/306894

Log:
  Do not install vgrind tmac file, doctools is providing one already which is more recent

Modified:
  projects/doctools/usr.bin/vgrind/Makefile
  projects/doctools/usr.bin/vgrind/vgrind.sh

Modified: projects/doctools/usr.bin/vgrind/Makefile
==============================================================================
--- projects/doctools/usr.bin/vgrind/Makefile	Sun Oct  9 01:45:08 2016	(r306893)
+++ projects/doctools/usr.bin/vgrind/Makefile	Sun Oct  9 01:46:49 2016	(r306894)
@@ -4,11 +4,10 @@
 PROG=	vfontedpr
 SRCS=	regexp.c vfontedpr.c
 SCRIPTS=vgrind.sh
-FILES=	vgrindefs.src vgrindefs.src.db tmac.vgrind
+FILES=	vgrindefs.src vgrindefs.src.db
 FILESNAME_vgrindefs.src=	vgrindefs
 FILESNAME_vgrindefs.src.db=	vgrindefs.db
 FILESDIR=	${SHAREDIR}/misc
-FILESDIR_tmac.vgrind=	${SHAREDIR}/doctools/tmac
 MAN=	vgrind.1 vgrindefs.5
 
 WARNS?=	3

Modified: projects/doctools/usr.bin/vgrind/vgrind.sh
==============================================================================
--- projects/doctools/usr.bin/vgrind/vgrind.sh	Sun Oct  9 01:45:08 2016	(r306893)
+++ projects/doctools/usr.bin/vgrind/vgrind.sh	Sun Oct  9 01:46:49 2016	(r306894)
@@ -104,7 +104,7 @@ if test -r index; then
 			$vf $options -h "$head" $files
 		else
 			$vf $options $files
-		fi | cat $tm/tmac.vgrind -
+		fi | cat $tm/vgrind -
 	else
 		if test "x$head" != x; then
 			$vf $options -h "$head" $files
@@ -120,7 +120,7 @@ else
 			$vf $options -h "$head" $files
 		else
 			$vf $options $files
-		fi | cat $tm/tmac.vgrind -
+		fi | cat $tm/vgrind -
 	else
 		if test "x$head" != x; then
 			$vf $options -h "$head" $files


More information about the svn-src-projects mailing list