mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- 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:
parent
fb695bd164
commit
a72f27fa03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200194
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue