summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-17 21:24:41 +0000
committerminskim <minskim>2007-06-17 21:24:41 +0000
commitf394c968e02299423503e2822501dacb33605a9a (patch)
treec134415ef34b04c4a3e29110baaf79bb22c38629 /lang
parentefdb5f033df97a6367666818f993d61c9cbd99f3 (diff)
downloadpkgsrc-f394c968e02299423503e2822501dacb33605a9a.tar.gz
Make this package build on case-insensitive filesystems by renaming
conflicting files.
Diffstat (limited to 'lang')
-rw-r--r--lang/f2c/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 157a0005479..d9ad22823f9 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2007/02/05 14:33:21 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.40 2007/06/17 21:24:41 minskim Exp $
DISTNAME= f2c-20001205
PKGREVISION= 9
@@ -47,7 +47,9 @@ post-extract:
${GUNZIP_CMD} $$f ; \
fi ; \
done
- @cd ${WRKSRC} ; ${SH} libf77 ; ${SH} libi77
+ @${MV} ${WRKSRC}/libf77 ${WRKSRC}/libf77.sh
+ @${MV} ${WRKSRC}/libi77 ${WRKSRC}/libi77.sh
+ @cd ${WRKSRC} ; ${SH} libf77.sh ; ${SH} libi77.sh
@${RM} ${WRKSRC}/src/index.html
@${MV} ${WRKSRC}/src/.depend ${WRKSRC}/src/depend.orig
@${GUNZIP_CMD} ${WRKSRC}/src/*.gz