diff options
author | tron <tron> | 2000-02-09 22:17:44 +0000 |
---|---|---|
committer | tron <tron> | 2000-02-09 22:17:44 +0000 |
commit | 748ada9fdca69d3454de6180f3a6791ad8da9422 (patch) | |
tree | b507706d6f2594a174dd296a3cbf626c47b41cf4 /misc | |
parent | 01d303ef0cc0157ca9fe30400638efc8b0b856bb (diff) | |
download | pkgsrc-748ada9fdca69d3454de6180f3a6791ad8da9422.tar.gz |
Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/plan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/plan/Makefile b/misc/plan/Makefile index 99c4494bb71..01e8562bb42 100644 --- a/misc/plan/Makefile +++ b/misc/plan/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 1999/07/15 00:15:23 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/09 22:17:45 tron Exp $ # DISTNAME= plan-1.8.2 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= misc x11 -MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/plan/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.in-berlin.de/User/bitrot/plan.html |