diff options
Diffstat (limited to 'archivers')
-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 6c451f6aeb7..041f929590b 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 1999/03/22 16:08:30 bad Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/14 21:39:01 tron Exp $ # DISTNAME= cpio-2.4.2 PKGNAME= gcpio-2.4.2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU:=/cpio/} +MASTER_SITES= ${MASTER_SITE_GNU:=cpio/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index ad09e18a7d3..283ea92465e 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 1999/03/22 16:08:31 bad Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/14 21:39:01 tron Exp $ # DISTNAME= tar-1.12 PKGNAME= gtar-1.12 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU:=/tar/} +MASTER_SITES= ${MASTER_SITE_GNU:=tar/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html |