From a72f27fa03ed94787960fc779cbe3152136dbf1d Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Thu, 27 Sep 2007 19:58:47 +0000 Subject: [PATCH] - Install MANPAGE. - Remove unused SF in MASTER_SITE. PR: ports/116505 Submitted by: Ying-Chieh Liao Approved by: stas (mentor), Erik Greenwald (maintainer) --- sysutils/x86info/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index f0c552d75b84..2a7c05e78935 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -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 @@ COMMENT= Utility to display information about the systems x86 processor(s) 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