diff options
Diffstat (limited to 'lang/intercal')
-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/ |