diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 2646e845ff93d66d7a8b1135ca481e9f284af0c8 (patch) | |
tree | deffabe320b2949ec66c44c67f9ddb3ce9279bca /sysutils/xcpustate | |
parent | f28b472edc2b1b9ab1b8f9c6c525fa3f8fdb90f4 (diff) | |
download | ports-2646e845ff93d66d7a8b1135ca481e9f284af0c8.tar.gz ports-2646e845ff93d66d7a8b1135ca481e9f284af0c8.zip |
Notes
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xcpustate/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index a06b0c75de18..84350a80398c 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -4,7 +4,7 @@ # Date created: 31-Dec-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.10 1998/02/01 22:49:26 fenner Exp $ +# $Id: Makefile,v 1.11 1998/03/06 01:58:14 obrien Exp $ # DISTNAME= xcpustate-2.5 @@ -22,4 +22,6 @@ EXTRACT_AFTER_ARGS= |sh USE_IMAKE= yes NO_WRKSUBDIR= yes +MAN1= xcpustate.1 + .include <bsd.port.mk> diff --git a/sysutils/xcpustate/pkg-plist b/sysutils/xcpustate/pkg-plist index 7d09fdeeb440..8e2a0b1e1c83 100644 --- a/sysutils/xcpustate/pkg-plist +++ b/sysutils/xcpustate/pkg-plist @@ -1,2 +1 @@ bin/xcpustate -man/man1/xcpustate.1.gz |