diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-25 18:21:43 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-25 18:21:43 +0000 |
commit | af2e8d364838b2da3f98510d4a937248f0ae9e05 (patch) | |
tree | a7cd3f34d3ff9920f15a8bd8e778bb5627c9bbe2 /lang/rexx-imc/Makefile | |
parent | 79f841ec09997d9e552803ab6a09fb7acc31f5a6 (diff) |
Notes
Diffstat (limited to 'lang/rexx-imc/Makefile')
-rw-r--r-- | lang/rexx-imc/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 1a62e19d0a37..07dab9daf9ee 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -6,19 +6,20 @@ # PORTNAME= rexx-imc -PORTVERSION= 1.75 +PORTVERSION= 1.76 CATEGORIES= lang 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/ -MAINTAINER= jmcoopr@webmail.bmi.net +MAINTAINER= coop9211@uidaho.edu HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Make CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ PREFIX="${PREFIX}" CONFIGURE_ARGS= o all +USE_REINPLACE= yes # configures and builds in one step NO_BUILD= yes @@ -31,6 +32,12 @@ DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech RMEFILES= README README.Y2K README.bugreport README.docs \ README.files README.make README.news README.platforms +post-patch: +# CFLAGS safeness for ARCHs other than i386 + @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make +# CC safeness + @${REINPLACE_CMD} -E -e 's|^CC=.+$$|CC=${CC}|' ${WRKSRC}/Make + do-install: # install interpreter and daemon helpers .for prog in rexx rxque rxstack |