Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 23:53:56 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/134336: [maintainer update] sysutils/flashrom: add a missing man page
Message-ID:  <200905071353.n47DruoF074223@blg.akavia.ru>
Resent-Message-ID: <200905071400.n47E0901070845@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134336
>Category:       ports
>Synopsis:       [maintainer update] sysutils/flashrom: add a missing man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 07 14:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.4-RELEASE i386
>Organization:
>Environment:

>Description:

  Add a forgotten man page.

  Pointed by: Idwer Vollering

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/flashrom/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	6 May 2009 23:25:15 -0000	1.1
+++ Makefile	7 May 2009 13:41:08 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	flashrom
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://qa.coreboot.org/releases/
 
@@ -21,8 +22,16 @@
 PORTDOCS=	COPYING README
 PLIST_FILES=	bin/${PORTNAME}
 
+.if !defined(NO_INSTALL_MANPAGES)
+MAN8=		${PORTNAME}.8
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if !defined(NO_INSTALL_MANPAGES)
+	${MKDIR} ${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8
+.endif
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
>Release-Note:
>Audit-Trail:
>Unformatted:



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