diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-10-23 21:00:45 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-10-23 21:00:45 +0000 |
commit | b5ca2a054c3fdd6f82c1e804f47a1301efd4a4f0 (patch) | |
tree | 5cef616cf197fe63871835d11b11761107a02c6f /mail | |
parent | 356830732165c633f6315efcaceab2aaf0f0cb49 (diff) |
simplify, per Mark Sapiro's suggestion
Notes
Notes:
svn path=/head/; revision=331425
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/files/patch-Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mailman/files/patch-Makefile.in b/mail/mailman/files/patch-Makefile.in index cd91e30207e7..25c52b279469 100644 --- a/mail/mailman/files/patch-Makefile.in +++ b/mail/mailman/files/patch-Makefile.in @@ -1,12 +1,11 @@ --- ./Makefile.in.orig 2013-10-17 06:11:34.000000000 +0200 +++ ./Makefile.in 2013-10-18 19:18:05.000000000 +0200 -@@ -124,7 +124,8 @@ +@@ -124,7 +124,7 @@ do \ (cd $$d; $(MAKE) DESTDIR=$(DESTDIR) install); \ done - $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman")' -+ (cd "$(DESTDIR)$(prefix)" \ -+ && $(PYTHON) -c 'from compileall import *; compile_dir("Mailman", ddir="$(prefix)/Mailman")') ++ $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman", ddir="$(prefix)/Mailman")' # Only run bin/update if we aren't installing in DESTDIR, as this # means there are probably no lists to deal with, and it wouldn't |