ports/116505: [PATCH] sysutils/x86info: install manpage
Ying-Chieh Liao
ijliao at csie.nctu.edu.tw
Fri Sep 21 00:50:02 UTC 2007
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list