diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-28 15:57:59 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-28 15:57:59 +0000 |
commit | 7078345279a45031202db7738050beabe6868ce5 (patch) | |
tree | 1c79fbbea4437a5727a665b53c44e9a014ac0f8a | |
parent | 443c6b08bf0a0ad3b2df895ff019b374db0ce4bf (diff) | |
download | FreeBSD-ports-7078345279a45031202db7738050beabe6868ce5.zip FreeBSD-ports-7078345279a45031202db7738050beabe6868ce5.tar.gz |
Update MASTER_SITES and WWW: line of pkg-descr
PR: 22366
Submitted by: Ports Fury
-rw-r--r-- | lang/rexx-imc/Makefile | 4 | ||||
-rw-r--r-- | lang/rexx-imc/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index f4dac96..1e96cee 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -8,7 +8,7 @@ PORTNAME= rexx-imc PORTVERSION= 1.7 CATEGORIES= lang -MASTER_SITES= http://ruby.comlab.ox.ac.uk/imc/distribution/ \ +MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ ftp://ftp.sai.msu.su/pub/unix/rexx/ \ ftp://crydee.sai.msu.ru/zeus/unix/rexx/ PATCH_SITES= ${MASTER_SITES} @@ -17,9 +17,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org +MAKE_ENV= MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}" INSTALLS_SHLIB= yes -MAKE_ENV= MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}" MAN1= rexx.1 post-extract: diff --git a/lang/rexx-imc/pkg-descr b/lang/rexx-imc/pkg-descr index 2907f629..bbebe9a 100644 --- a/lang/rexx-imc/pkg-descr +++ b/lang/rexx-imc/pkg-descr @@ -4,4 +4,4 @@ and has a partial implementation of the SAA API allowing applications to call Rexx programs and to register addressing environments, Rexx functions, and exit handlers. -WWW: http://www.comlab.ox.ac.uk/oucl/users/ian.collier/Rexx/index.html +WWW: http://users.comlab.ox.ac.uk/ian.collier/Rexx/rexximc.html |