diff options
author | tv <tv@pkgsrc.org> | 1998-03-05 20:09:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-03-05 20:09:46 +0000 |
commit | 3a26cfb6aa43c541b9df3656cf882f14438ad359 (patch) | |
tree | 5019472f28071f36bea7cf6f7b303f8b130245fc | |
parent | f94eddf5769ee7f1fdb1479fcf7f08c37dc659b7 (diff) | |
download | pkgsrc-3a26cfb6aa43c541b9df3656cf882f14438ad359.tar.gz |
Oops, these are category "archivers", not "devel".
-rw-r--r-- | archivers/gcpio/Makefile | 4 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 481a3633c67..04e5466d60c 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -3,12 +3,12 @@ # Date created: 1 March 1998 # Whom: tv@netbsd.org # -# $NetBSD: Makefile,v 1.1.1.1 1998/03/04 14:51:38 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/05 20:09:46 tv Exp $ # DISTNAME= cpio-2.4.2 PKGNAME= gcpio-2.4.2 -CATEGORIES= devel +CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index ab7eacc8393..989819f4430 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -3,12 +3,12 @@ # Date created: 1 March 1998 # Whom: tv@netbsd.org # -# $NetBSD: Makefile,v 1.2 1998/03/04 15:14:26 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/05 20:09:46 tv Exp $ # DISTNAME= tar-1.12 PKGNAME= gtar-1.12 -CATEGORIES= devel +CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org |