svn commit: r385701 - head/devel/gengetopt

Antoine Brodin antoine at FreeBSD.org
Thu May 7 22:32:06 UTC 2015


Author: antoine
Date: Thu May  7 22:32:04 2015
New Revision: 385701
URL: https://svnweb.freebsd.org/changeset/ports/385701

Log:
  Properly register info page

Modified:
  head/devel/gengetopt/Makefile
  head/devel/gengetopt/pkg-plist

Modified: head/devel/gengetopt/Makefile
==============================================================================
--- head/devel/gengetopt/Makefile	Thu May  7 22:26:23 2015	(r385700)
+++ head/devel/gengetopt/Makefile	Thu May  7 22:32:04 2015	(r385701)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gengetopt
 PORTVERSION=	2.22.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -22,6 +22,7 @@ CFLAGS+=	-D_GL_SYSTEM_GETOPT
 
 PORTDOCS=	*
 PORTEXAMPLES=	*
+INFO=		gengetopt
 
 DOCSRCDIR1=	${WRKSRC}
 DOC_FILES1=	AUTHORS ChangeLog NEWS README THANKS TODO

Modified: head/devel/gengetopt/pkg-plist
==============================================================================
--- head/devel/gengetopt/pkg-plist	Thu May  7 22:26:23 2015	(r385700)
+++ head/devel/gengetopt/pkg-plist	Thu May  7 22:32:04 2015	(r385701)
@@ -1,5 +1,4 @@
 bin/gengetopt
-info/gengetopt.info
 man/man1/gengetopt.1.gz
 %%DATADIR%%/getopt.c
 %%DATADIR%%/getopt1.c


More information about the svn-ports-all mailing list