pkgsrc/lang/fort77/patches/patch-ab
frueauf b678ec3163 Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator.
Provided in pr 6733 by Rene Hexel with tweaks done by myself.
1999-01-14 15:48:29 +00:00

17 lines
421 B
Text

$NetBSD: patch-ab,v 1.1.1.1 1999/01/14 15:48:29 frueauf Exp $
--- Makefile.orig Sun Sep 27 17:32:07 1998
+++ Makefile Sun Sep 27 17:32:47 1998
@@ -6,9 +6,9 @@
test:
(cd tests; ./test.pl -v)
-install: test
- install -m 755 fort77 $(BINDIR)
- install -m 644 fort77.1 $(MANDIR)
+install:
+ install -c -m 755 fort77 $(BINDIR)
+ install -c -m 644 fort77.1 $(MANDIR)
clean:
rm -f *.bak *.o core */*.bak */*.o */core