diff options
author | rillig <rillig> | 2005-09-02 22:58:42 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-02 22:58:42 +0000 |
commit | e167e530b8f8ac25e332eb23c506fa53c0523d61 (patch) | |
tree | 49074f5ca45e6f9de1cb1e6016531684c3ec5600 | |
parent | f77b7e493a067655b64bd08174646d7a2a7b0a2f (diff) | |
download | pkgsrc-e167e530b8f8ac25e332eb23c506fa53c0523d61.tar.gz |
Reordered PKGREVISION and PKGNAME.
-rw-r--r-- | archivers/gzip-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index ac895b5a07b..245661cf619 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2005/06/09 20:23:26 adrianp Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/02 22:58:42 rillig Exp $ # DISTNAME= gzip-1.2.4a -PKGREVISION= 1 PKGNAME= ${DISTNAME:S/gzip-/gzip-base-/:S/a$/b/} +PKGREVISION= 1 SVR4_PKGNAME= gzipb CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} |