diff options
author | kim <kim@pkgsrc.org> | 2003-09-06 03:36:03 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-09-06 03:36:03 +0000 |
commit | 0f074fb35ec4f4208eefdff69dc38596da2f04d2 (patch) | |
tree | 6d88db4be378badcb25057e972f970513794ec2a /net/rdist6/Makefile | |
parent | 37e7098d11a9ef9eb78e0b95d2c136f553f32d49 (diff) | |
download | pkgsrc-0f074fb35ec4f4208eefdff69dc38596da2f04d2.tar.gz |
Fix tilde expansion bug.
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r-- | net/rdist6/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 0af84e6ef54..88dcebe33b2 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 22:51:47 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/06 03:36:03 kim Exp $ # DISTNAME= freerdist-0.92 +PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ +MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ \ + ftp://ftp.gw.com/pub/unix/freerdist/ MAINTAINER= christos@NetBSD.org COMMENT= Network file distribution/synchronisation utility |