diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-07-30 13:07:22 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-07-30 13:07:22 +0000 |
commit | 1c7c233776462a5639f81f53bf7a293cc6e131a8 (patch) | |
tree | 61cd41b5cf0b3bb5f20460204fdb8e9ae8a5184d /mail/archiveopteryx-devel/files/patch-scripts_Jamfile | |
parent | Clear up a dangling modifier. (diff) |
Copy archiveopteryx to -devel to make it easy to track development
progress.
Historically aox development is very reliable, but please be aware that
this port does not track stable releases.
Notes
Notes:
svn path=/head/; revision=363475
Diffstat (limited to 'mail/archiveopteryx-devel/files/patch-scripts_Jamfile')
-rw-r--r-- | mail/archiveopteryx-devel/files/patch-scripts_Jamfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/archiveopteryx-devel/files/patch-scripts_Jamfile b/mail/archiveopteryx-devel/files/patch-scripts_Jamfile new file mode 100644 index 000000000000..bdf3adf05fd8 --- /dev/null +++ b/mail/archiveopteryx-devel/files/patch-scripts_Jamfile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- scripts/Jamfile.orig ++++ scripts/Jamfile +@@ -15,7 +15,7 @@ + } + + +-ShellScript archiveopteryx ; ++# ShellScript archiveopteryx ; + + + rule ContribScript { |