diff options
author | kris <kris@FreeBSD.org> | 2000-02-27 09:10:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-27 09:10:12 +0000 |
commit | 3c9647022c054bf9163aabe5c84e7a5c4868b203 (patch) | |
tree | f86a6247c88e8cf5a3f95249cd4fcd7860a604c9 /comms | |
parent | e5f1840c2d687ac400cfec8a8e045687c634ae93 (diff) | |
download | FreeBSD-ports-3c9647022c054bf9163aabe5c84e7a5c4868b203.zip FreeBSD-ports-3c9647022c054bf9163aabe5c84e7a5c4868b203.tar.gz |
Host the distfile myself - there is something weird with the official
website which allows you to browse and download the file with lynx, but
returns a 404 with fetch or wget.
Noticed by: bento
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 3462d80..09bcac2 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -9,7 +9,8 @@ DISTNAME= plp_1_8 PKGNAME= plp-1.8 CATEGORIES= comms -MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ +MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \ + http://www.freebsd.org/~kris/distfiles/ MAINTAINER= maurice@serc.rmit.edu.au |