diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/xsysstats | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.zst freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/xsysstats')
-rw-r--r-- | sysutils/xsysstats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile index 32c8d1bbfe0e..c14a752f0636 100644 --- a/sysutils/xsysstats/Makefile +++ b/sysutils/xsysstats/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: xsysstats -# Version required: 0.0 # Date created: 12 December 1994 # Whom: asami # # $FreeBSD$ # -DISTNAME= xsysstats1.34 -PKGNAME= xsysstats-1.34 +PORTNAME= xsysstats +PORTVERSION= 1.34 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= obrien@FreeBSD.org |