aboutsummaryrefslogtreecommitdiff
path: root/sysutils/x86info
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-09-27 19:58:47 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-09-27 19:58:47 +0000
commita72f27fa03ed94787960fc779cbe3152136dbf1d (patch)
treeb5f63fd783e09be926e1c366f0e01b990facf9a4 /sysutils/x86info
parentfb695bd164a8ef92f5cae593ab8c7d7fd2758fa6 (diff)
downloadports-a72f27fa03ed94787960fc779cbe3152136dbf1d.tar.gz
ports-a72f27fa03ed94787960fc779cbe3152136dbf1d.zip
Notes
Diffstat (limited to 'sysutils/x86info')
-rw-r--r--sysutils/x86info/Makefile6
1 files 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 <bsd.port.mk>