Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 22:32:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385701 - head/devel/gengetopt
Message-ID:  <201505072232.t47MW5C6018859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505072232.t47MW5C6018859>