diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-16 16:59:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-16 16:59:34 +0000 |
commit | 56e208081c70fbb1753f8422fc38376187d82a97 (patch) | |
tree | a57f2820d50d627e70aa5cbe140acecb92754a48 /net/ct/files/patch-Makefile.inc | |
parent | - update to 2.0.18 (diff) |
- Fix ownership and permissions of the installed files.
- Fix up #!/usr/bin/perl.
- Remove v6eval/ct/COPYRIGHT from pkg-plist.
Notes
Notes:
svn path=/head/; revision=321059
Diffstat (limited to 'net/ct/files/patch-Makefile.inc')
-rw-r--r-- | net/ct/files/patch-Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ct/files/patch-Makefile.inc b/net/ct/files/patch-Makefile.inc new file mode 100644 index 000000000000..dc10a2ae26e0 --- /dev/null +++ b/net/ct/files/patch-Makefile.inc @@ -0,0 +1,8 @@ +--- Makefile.inc.orig 2013-06-17 01:17:58.000000000 +0900 ++++ Makefile.inc 2013-06-17 01:18:14.000000000 +0900 +@@ -1,4 +1,4 @@ +-PREFIX=/usr/local/v6eval ++PREFIX?= %%PREFIX%%/v6eval + + .ifndef AUTORUN + AUTORUN = $(PREFIX)/bin/autorun |