diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /sysutils | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xcpustate/Makefile | 5 | ||||
-rw-r--r-- | sysutils/xsysstats/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index e14ccaf..5a90c0f 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 diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile index e4afb6a..aa17d13 100644 --- a/sysutils/xsysstats/Makefile +++ b/sysutils/xsysstats/Makefile @@ -3,13 +3,14 @@ # Date created: 12 December 1994 # Whom: asami # -# $Id: Makefile,v 1.7 1995/07/13 01:21:35 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/17 08:06:46 obrien Exp $ # DISTNAME= xsysstats1.34 PKGNAME= xsysstats-1.34 CATEGORIES= sysutils x11 -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities MAINTAINER= asami@FreeBSD.ORG |