diff options
author | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f (patch) | |
tree | 965df872c181a4f20f26529dd4065172eb751f17 /sysutils/xcpustate/Makefile | |
parent | c732cab0da8b9be4a72c4d0cd26c2292ea584806 (diff) | |
download | FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.zip FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.tar.gz |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'sysutils/xcpustate/Makefile')
-rw-r--r-- | sysutils/xcpustate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index a06b0c7..84350a8 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> |