diff options
author | tron <tron> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:39:01 +0000 |
commit | fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /archivers | |
parent | 238c85b981bfde12c686bb39e79cbc6fe857bd57 (diff) | |
download | pkgsrc-fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23.tar.gz |
Remove unnecessary slash from master site list.
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 |