diff options
author | veego <veego@pkgsrc.org> | 2001-10-23 19:27:31 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-10-23 19:27:31 +0000 |
commit | c40be5e1b276fc966960313f749cfdcb4b36b4db (patch) | |
tree | c6483adfbb434cd3de556e523b09396a6527a894 /archivers/p5-Archive-Tar | |
parent | c6b77b3c820fd6dd121929fedd8b6feb3d545d59 (diff) | |
download | pkgsrc-c40be5e1b276fc966960313f749cfdcb4b36b4db.tar.gz |
Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}
This fix a fetch error.
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index f35503a5ae7..6e99b998268 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/23 19:27:31 veego Exp $ DISTNAME= Archive-Tar-0.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= packages@netbsd.org COMMENT= perl5 module interface to manipulate tar files |