diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-16 16:11:08 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-16 16:11:08 +0000 |
commit | 470d13c7ed1bb6b01c1600182343aa64a3abc050 (patch) | |
tree | addde23980c745539537840f5e7f5e05f0324f6c /net/v6eval/files/patch-sample-Makefile | |
parent | - add prototypes and fix a ton of warnings (diff) |
- Add p5-YAML as runtime dependency.
- Add sample test scripts.
- Fix up #!/usr/bin/perl.
- Fix ownership and permissions of the installed files.
Notes
Notes:
svn path=/head/; revision=321056
Diffstat (limited to 'net/v6eval/files/patch-sample-Makefile')
-rw-r--r-- | net/v6eval/files/patch-sample-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-sample-Makefile b/net/v6eval/files/patch-sample-Makefile new file mode 100644 index 000000000000..010ff1beb68c --- /dev/null +++ b/net/v6eval/files/patch-sample-Makefile @@ -0,0 +1,11 @@ +--- sample/Makefile.orig 2013-06-16 23:58:56.000000000 +0900 ++++ sample/Makefile 2013-06-16 23:59:19.000000000 +0900 +@@ -2,7 +2,7 @@ + # Makefile + # + +-AUTORUN=../bin/autorun/autorun ++AUTORUN= ${.CURDIR}/../bin/autorun + + check: + $(AUTORUN) -t INDEX |