diff options
author | skrll <skrll@pkgsrc.org> | 2000-06-12 14:30:53 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-06-12 14:30:53 +0000 |
commit | 0b1575576063fb8728558985282330e69d275ac8 (patch) | |
tree | c7f0cfcec619fec0a2bb6989f404b3b7145ee30a /comms | |
parent | ce1ab761900a241e98b424f9a7f67d1068374c4a (diff) | |
download | pkgsrc-0b1575576063fb8728558985282330e69d275ac8.tar.gz |
Fix MASTER_SITES. Pointed out by Bernd Ernesti.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index a39c4a31038..8b767de2799 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2000/06/12 13:36:08 skrll Exp $ +# $NetBSD: Makefile,v 1.8 2000/06/12 14:30:53 skrll Exp $ # DISTNAME= plptools-0.6 PKGNAME= ${DISTNAME}nb1 CATEGORIES= comms -MASTER_SITES= ftp://ftp.to.com/pub/psion/ +MASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/ MAINTAINER= sakamoto@netbsd.org |