diff options
author | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
commit | 9c4c0c2b50d083c8f28038c8732489282b101546 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /archivers/gcpio | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'archivers/gcpio')
-rw-r--r-- | archivers/gcpio/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |