diff options
author | tron <tron@pkgsrc.org> | 2003-09-05 19:00:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-05 19:00:57 +0000 |
commit | 5a8b8b09802dae8d07d94fa71ae8d23225186ac1 (patch) | |
tree | ccf7970c111931b2234f327e1dc0376ba27ba916 /lang/mawk | |
parent | 61887b809805f797df2352bc5af929d3992d0dd1 (diff) | |
download | pkgsrc-5a8b8b09802dae8d07d94fa71ae8d23225186ac1.tar.gz |
Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
Diffstat (limited to 'lang/mawk')
-rw-r--r-- | lang/mawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index bf37c88ce8a..f95d048e637 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:44:52 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/05 19:00:59 tron Exp $ # DISTNAME= mawk-1.3.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/ \ - ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/ + ftp://ftp.fu-berlin.de/unix/languages/mawk/ MAINTAINER= agc@NetBSD.org COMMENT= Mike Brennan's fast awk clone |