mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
9fd1a0b832
PR: 53909 Submitted by: thierry@pompo.net
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
--- Test/Makefile.orig Thu Dec 12 13:47:59 2002
|
|
+++ Test/Makefile Sun Jun 29 16:00:25 2003
|
|
@@ -4,7 +4,7 @@
|
|
|
|
vers_check:
|
|
@echo "### Test 2 : test --version option, onmetis returns :"
|
|
- (../onmetis --version ; exit 0)
|
|
+ @echo `../onmetis --version`
|
|
@echo " "
|
|
|
|
fort.85 : fort.81
|