diff options
Diffstat (limited to 'lang/rexx-imc/Makefile')
-rw-r--r-- | lang/rexx-imc/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |