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-installer_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-installer_Jamfile')
-rw-r--r-- | mail/archiveopteryx-devel/files/patch-installer_Jamfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/archiveopteryx-devel/files/patch-installer_Jamfile b/mail/archiveopteryx-devel/files/patch-installer_Jamfile new file mode 100644 index 000000000000..4fa8d1a8bb37 --- /dev/null +++ b/mail/archiveopteryx-devel/files/patch-installer_Jamfile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- installer/Jamfile.orig ++++ installer/Jamfile +@@ -5,7 +5,7 @@ + Build installer : installer.cpp ; + + ObjectDefines installer.cpp : +- LIBDIR='\"$(LIBDIR)\"' ++ LIBDIR='\"$(LIBDATADIR)\"' + CONFIGDIR='\"$(CONFIGDIR)\"' + LOGFILE='\"$(LOGFILE)\"' + LOGFILEMODE='\"$(LOGFILEMODE)\"' |