summaryrefslogtreecommitdiff
path: root/lang/rexx-imc/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-09-09 19:18:39 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-09-09 19:18:39 +0000
commit68ac3ffad58a2ec54c5d751a02950da7c2758b05 (patch)
treefee16c54f9236a1a2790166e138d257d86944af3 /lang/rexx-imc/Makefile
parentgtm depends upon libcapplet, found in gnomecontrolcenter (diff)
Update 1.6d -> 1.7
PR: ports/11270 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes: svn path=/head/; revision=21513
Diffstat (limited to 'lang/rexx-imc/Makefile')
-rw-r--r--lang/rexx-imc/Makefile26
1 files changed, 9 insertions, 17 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile
index b2187eb5b34a..4223bd2e61aa 100644
--- a/lang/rexx-imc/Makefile
+++ b/lang/rexx-imc/Makefile
@@ -6,32 +6,24 @@
# $FreeBSD$
#
-DISTNAME= rexx-imc-1.6d
+DISTNAME= rexx-imc-1.7
CATEGORIES= lang
-MASTER_SITES= http://www.comlab.ox.ac.uk/oucl/users/ian.collier/distribution/
+MASTER_SITES= http://ruby.comlab.ox.ac.uk/imc/distribution/ \
+ ftp://ftp.sai.msu.su/pub/unix/rexx/ \
+ ftp://crydee.sai.msu.ru/zeus/unix/rexx/
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= ${DISTNAME}-19990331.patch
+PATCH_DIST_STRIP= -p1
MAINTAINER= jfitz@FreeBSD.org
-NO_WRKSUBDIR= YES
-
MAKE_ENV= MKDIR="${MKDIR}"
-
-# we must patch these files until the author correct misuse of
-# errno in struct fileinfo
-UGLY_PATCH= rexx.c rxfn.c util.c
+MAN1= rexx.1
.include <bsd.port.pre.mk>
-post-patch:
-.for c in ${UGLY_PATCH}
- @${ECHO_MSG} "Changing struct fileinfo member errno to ferrno in ${c}"
- @${MV} ${WRKSRC}/${c} ${WRKSRC}/${c}.old
- @${SED} 's/->errno/->ferrno/g;' ${WRKSRC}/${c}.old > ${WRKSRC}/${c}
- @${RM} ${WRKSRC}/${c}.old
-.endfor
-
pre-build:
- @ ${CP} ${FILESDIR}/Makefile ${WRKDIR}
+ @ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
.if ${PORTOBJFORMAT} == "aout"