summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authortron <tron>2003-09-05 19:00:57 +0000
committertron <tron>2003-09-05 19:00:57 +0000
commit046e54a08d71033a1818c167973ac9db4e5592db (patch)
treeccf7970c111931b2234f327e1dc0376ba27ba916 /lang/mawk
parent316e6f3077de83853e3ab3c665369d629fe76298 (diff)
downloadpkgsrc-046e54a08d71033a1818c167973ac9db4e5592db.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/Makefile4
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