diff options
author | dent <dent> | 2001-05-31 09:46:28 +0000 |
---|---|---|
committer | dent <dent> | 2001-05-31 09:46:28 +0000 |
commit | bb12353832b9c2f996e4a36857bec5c1a35d47b0 (patch) | |
tree | c2cfcaa9976df3e6211dcd86de1bce4c2891a57c /lang/awka | |
parent | 3c7195948604f7f4bc9f27ce3db10c3e861f2709 (diff) | |
download | pkgsrc-bb12353832b9c2f996e4a36857bec5c1a35d47b0.tar.gz |
Fix dead link for HOMEPAGE, uhm, change dead link for MASTER_SITES. It's
changed to the link given on the home page, but all the links for
pre-0.7.2 versions are dead _there_.
Oh well. I tried.
Diffstat (limited to 'lang/awka')
-rw-r--r-- | lang/awka/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/awka/Makefile b/lang/awka/Makefile index ae5b026fada..64e2e41b934 100644 --- a/lang/awka/Makefile +++ b/lang/awka/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 09:06:58 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/31 09:46:28 dent Exp $ # DISTNAME= awka-0.7.0 CATEGORIES= lang devel -MASTER_SITES= http://members.linuxstart.com/~awka/ +MASTER_SITES= http://awka.sourceforge.net/ MAINTAINER= rh@netbsd.org -HOMEPAGE= http://members.linuxstart.com/~awka/ +HOMEPAGE= http://awka.sourceforge.net/ COMMENT= AWK to ANSI C compiler GNU_CONFIGURE= YES |