diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-02 22:58:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-02 22:58:42 +0000 |
commit | 9389912b722b71191a35482cc2add2ccd658c697 (patch) | |
tree | 49074f5ca45e6f9de1cb1e6016531684c3ec5600 /archivers | |
parent | 27692e6a7edd91db275e91d61a5518a33fbf4fa2 (diff) | |
download | pkgsrc-9389912b722b71191a35482cc2add2ccd658c697.tar.gz |
Reordered PKGREVISION and PKGNAME.
Diffstat (limited to 'archivers')
-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/} |