diff options
author | wiz <wiz> | 2001-02-19 13:26:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-19 13:26:21 +0000 |
commit | d1998b3cc5da0248a0db05339c5073063270a63c (patch) | |
tree | 74544e8ac114a949a71869802b88cfcc8eedcc6b /sysutils | |
parent | cb8f0d38cdc6dde152bd0d77d66f5ad2c1668ed0 (diff) | |
download | pkgsrc-d1998b3cc5da0248a0db05339c5073063270a63c.tar.gz |
Swap PKGNAME and DISTNAME -- get the second from the first instead of vice
versa.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xuvmstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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/ |