diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-13 23:15:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-13 23:15:39 +0000 |
commit | 3f83c91621d3e3a73e8a1accc7e7e9130f382f1b (patch) | |
tree | b02bd869678e02750cb89384504a2b9bad2864f1 /devel/libtar | |
parent | ccb49be9b3017f20f495bfc895861d3d625c5177 (diff) | |
download | pkgsrc-3f83c91621d3e3a73e8a1accc7e7e9130f382f1b.tar.gz |
Add missing slash to URL. From Zafer Aydogan in private mail.
Diffstat (limited to 'devel/libtar')
-rw-r--r-- | devel/libtar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index 7de9547ec88..e2b00653517 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:18 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/11/13 23:15:39 wiz Exp $ # DISTNAME= libtar-1.2.11 PKGREVISION= 1 CATEGORIES= devel archivers -MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar +MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.feep.net/libtar/ |