pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/f2c Make this package build on case-insensitive f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a4a46ed3b00
branches: trunk
changeset: 530182:9a4a46ed3b00
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jun 17 21:24:41 2007 +0000
description:
Make this package build on case-insensitive filesystems by renaming
conflicting files.
diffstat:
lang/f2c/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d558d2427322 -r 9a4a46ed3b00 lang/f2c/Makefile
--- a/lang/f2c/Makefile Sun Jun 17 21:11:11 2007 +0000
+++ b/lang/f2c/Makefile Sun Jun 17 21:24:41 2007 +0000
@@ -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 @@
${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
Home |
Main Index |
Thread Index |
Old Index