From ae89fce40749d11b52a05175d1e6df96c86c6593 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Feb 2001 13:26:21 +0000 Subject: Swap PKGNAME and DISTNAME -- get the second from the first instead of vice versa. --- sysutils/xuvmstat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/xuvmstat') diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile index 52b19850777..0c9517ecf27 100644 --- a/sysutils/xuvmstat/Makefile +++ b/sysutils/xuvmstat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 12:15:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/19 13:26:21 wiz Exp $ # -DISTNAME= xuvmstat20010217 -PKGNAME= ${DISTNAME:S/2/-2/} +DISTNAME= ${PKGNAME:S/-//} +PKGNAME= xuvmstat-20010217 CATEGORIES= sysutil MASTER_SITES= http://www.netbsd.org/~chuck/gz/ -- cgit v1.2.3