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 | ae3ee63a9aca486b4971375d017cb631b575221d (patch) | |
tree | 49074f5ca45e6f9de1cb1e6016531684c3ec5600 | |
parent | b57ad505018933179096731dbd2f59b1660e2876 (diff) | |
download | pkgsrc-ae3ee63a9aca486b4971375d017cb631b575221d.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/} |