diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-03-01 13:04:27 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-03-01 13:04:27 +0000 |
commit | 33e610508dd1a9214440f1230ba28fd393c0992c (patch) | |
tree | a32f938963b24d7ac878c5eb0668b83da9fc34a7 /lang | |
parent | Thomas Esser rerolled tarball with our patch included. (diff) |
track ESR's page.
www.tuxedo.org -> www.catb.org
Notes
Notes:
svn path=/head/; revision=76699
Diffstat (limited to 'lang')
-rw-r--r-- | lang/intercal/Makefile | 2 | ||||
-rw-r--r-- | lang/intercal/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 54acadc6cd9d..49718da43038 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -8,7 +8,7 @@ PORTNAME= intercal PORTVERSION= 0.20 CATEGORIES= lang -MASTER_SITES= http://www.tuxedo.org/~esr/intercal/ +MASTER_SITES= http://www.catb.org/~esr/intercal/ MAINTAINER= mph@freebsd.org diff --git a/lang/intercal/pkg-descr b/lang/intercal/pkg-descr index 138d836407c9..37064e9ca5f4 100644 --- a/lang/intercal/pkg-descr +++ b/lang/intercal/pkg-descr @@ -4,4 +4,4 @@ languages. This is the C-INTERCAL compiler, which compiles INTERCAL to C, and then invokes cc as a backend, much like the "f2c" Fortran compiler. -WWW: http://www.tuxedo.org/~esr/intercal/ +WWW: http://www.catb.org/~esr/intercal/ |