diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-09-27 19:58:47 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-09-27 19:58:47 +0000 |
commit | a72f27fa03ed94787960fc779cbe3152136dbf1d (patch) | |
tree | b5f63fd783e09be926e1c366f0e01b990facf9a4 /sysutils/x86info | |
parent | fb695bd164a8ef92f5cae593ab8c7d7fd2758fa6 (diff) |
- Install MANPAGE.
- Remove unused SF in MASTER_SITE.
PR: ports/116505
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: stas (mentor), Erik Greenwald <erik@sinistar.bluecows.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=200194
Diffstat (limited to 'sysutils/x86info')
-rw-r--r-- | sysutils/x86info/Makefile | 6 |
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> |