Date: Fri, 21 Sep 2007 08:51:04 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@smluc.org Subject: ports/116505: [PATCH] sysutils/x86info: install manpage Message-ID: <20070921005104.4E9C57E987@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200709210050.l8L0o1Wb064539@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116505 >Category: ports >Synopsis: [PATCH] sysutils/x86info: install manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 21 00:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.2-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #14: Thu Jul 26 09:06:47 CST 2007 >Description: install manpage and remove unused sourceforge mastersite Port maintainer (erik@smluc.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- x86info-1.20.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/x86info/Makefile,v retrieving revision 1.24 diff -u -u -r1.24 Makefile --- Makefile 4 Aug 2007 11:41:21 -0000 1.24 +++ Makefile 21 Sep 2007 00:44:40 -0000 @@ -8,9 +8,7 @@ PORTNAME= x86info PORTVERSION= 1.20 CATEGORIES= sysutils -MASTER_SITES= http://www.codemonkey.org.uk/projects/x86info/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.codemonkey.org.uk/projects/x86info/ EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org @@ -18,9 +16,11 @@ ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/x86info +MAN1= x86info.1 MAKE_ARGS= CFLAGS="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/x86info.1 ${MAN1PREFIX}/man/man1 .include <bsd.port.mk> --- x86info-1.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070921005104.4E9C57E987>