diff options
Diffstat (limited to 'devel/gengetopt/Makefile')
-rw-r--r-- | devel/gengetopt/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/gengetopt/Makefile b/devel/gengetopt/Makefile index 9aaf081..ada0dfd 100644 --- a/devel/gengetopt/Makefile +++ b/devel/gengetopt/Makefile @@ -7,12 +7,12 @@ # PORTNAME= gengetopt -PORTVERSION= 2.11 +PORTVERSION= 2.14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= A tool for generating a C function which parses command line arguments GNU_CONFIGURE= yes @@ -20,6 +20,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAN1= gengetopt.1 +INFO= gengetopt + +post-patch: + @${RM} ${WRKSRC}/doc/gengetopt.info .if defined(NOPORTDOCS) do-install: |