- 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)
This commit is contained in:
Marcelo Araujo 2007-09-27 19:58:47 +00:00
parent fb695bd164
commit a72f27fa03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200194

View file

@ -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>