svn commit: r329543 - head/print/texinfo

Johan van Selst johans at FreeBSD.org
Sun Oct 6 09:22:37 UTC 2013


Author: johans
Date: Sun Oct  6 09:22:36 2013
New Revision: 329543
URL: http://svnweb.freebsd.org/changeset/ports/329543

Log:
  Add missing manpages to plist
  
  Reported by:	antoine

Modified:
  head/print/texinfo/Makefile
  head/print/texinfo/pkg-plist

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Sun Oct  6 09:19:17 2013	(r329542)
+++ head/print/texinfo/Makefile	Sun Oct  6 09:22:36 2013	(r329543)
@@ -3,6 +3,7 @@
 
 PORTNAME=	texinfo
 PORTVERSION=	5.2.20130926
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
 		ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/

Modified: head/print/texinfo/pkg-plist
==============================================================================
--- head/print/texinfo/pkg-plist	Sun Oct  6 09:19:17 2013	(r329542)
+++ head/print/texinfo/pkg-plist	Sun Oct  6 09:22:36 2013	(r329543)
@@ -8,6 +8,18 @@ bin/texi2any
 bin/texi2dvi
 bin/texi2pdf
 bin/texindex
+man/man1/info.1.gz
+man/man1/infokey.1.gz
+man/man1/install-info.1.gz
+man/man1/makeinfo.1.gz
+man/man1/pdftexi2dvi.1.gz
+man/man1/pod2texi.1.gz
+man/man1/texi2any.1.gz
+man/man1/texi2dvi.1.gz
+man/man1/texi2pdf.1.gz
+man/man1/texindex.1.gz
+man/man5/info.5.gz
+man/man5/texinfo.5.gz
 %%NLS%%share/locale/cs/LC_MESSAGES/texinfo.mo
 %%NLS%%share/locale/da/LC_MESSAGES/texinfo.mo
 %%NLS%%share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo


More information about the svn-ports-all mailing list