svn commit: r331425 - head/mail/mailman/files
Matthias Andree
mandree at FreeBSD.org
Wed Oct 23 21:00:46 UTC 2013
Author: mandree
Date: Wed Oct 23 21:00:45 2013
New Revision: 331425
URL: http://svnweb.freebsd.org/changeset/ports/331425
Log:
simplify, per Mark Sapiro's suggestion
Modified:
head/mail/mailman/files/patch-Makefile.in
Modified: head/mail/mailman/files/patch-Makefile.in
==============================================================================
--- head/mail/mailman/files/patch-Makefile.in Wed Oct 23 20:48:36 2013 (r331424)
+++ head/mail/mailman/files/patch-Makefile.in Wed Oct 23 21:00:45 2013 (r331425)
@@ -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
More information about the svn-ports-all
mailing list