diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /sysutils/xsysstats | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | FreeBSD-ports-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip FreeBSD-ports-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz |
Another round of Makefile updates, in utils!
Diffstat (limited to 'sysutils/xsysstats')
-rw-r--r-- | sysutils/xsysstats/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile index b7c898a..a317931 100644 --- a/sysutils/xsysstats/Makefile +++ b/sysutils/xsysstats/Makefile @@ -3,13 +3,16 @@ # Date created: 12 December 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/03/28 05:58:11 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:50:39 jkh Exp $ # DISTNAME= xsysstats1.34 -USE_IMAKE= yes -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ +PKGNAME= xsysstats-1.34 CATEGORIES+= utilities x11 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ + MAINTAINER= asami@FreeBSD.ORG +USE_IMAKE= yes + .include <bsd.port.mk> |