aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/x86info
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2007-09-28 03:58:47 +0800
committeraraujo <araujo@FreeBSD.org>2007-09-28 03:58:47 +0800
commitf8b21061ab894bc0ad96b1cc7eadacc700968680 (patch)
treec44f8f75291e351058da1684f4b2abb232bb63f8 /sysutils/x86info
parent7a1ab3f527b9d61b98b1453e5e14c43191996160 (diff)
downloadfreebsd-ports-gnome-f8b21061ab894bc0ad96b1cc7eadacc700968680.tar.gz
freebsd-ports-gnome-f8b21061ab894bc0ad96b1cc7eadacc700968680.tar.zst
freebsd-ports-gnome-f8b21061ab894bc0ad96b1cc7eadacc700968680.zip
- 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)
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>