diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /sysutils/xcpustate | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index e14ccafc3f81..5a90c0f11b58 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -3,13 +3,14 @@ # Date created: 31-Dec-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.1.1.1 1996/02/29 01:57:44 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/17 08:06:36 obrien Exp $ # DISTNAME= xcpustate-2.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/xcpustate/ \ - ftp://ftp.x.org/contrib/utilities/xcpustate/ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities/xcpustate EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@cs.ucdavis.edu |