svn commit: r384133 - head/mail/gnarwl/files
John Marino
marino at FreeBSD.org
Thu Apr 16 23:01:42 UTC 2015
Author: marino
Date: Thu Apr 16 23:01:41 2015
New Revision: 384133
URL: https://svnweb.freebsd.org/changeset/ports/384133
Log:
mail/gnarwl: Try again to make this port jobs safe
My previous attempt at making this jobs safe wasn't entirely succesful.
It was still deleting the generating files and deleting them in a race.
This updated patch should fix that.
Modified:
head/mail/gnarwl/files/patch-doc-Makefile
Modified: head/mail/gnarwl/files/patch-doc-Makefile
==============================================================================
--- head/mail/gnarwl/files/patch-doc-Makefile Thu Apr 16 22:49:07 2015 (r384132)
+++ head/mail/gnarwl/files/patch-doc-Makefile Thu Apr 16 23:01:41 2015 (r384133)
@@ -1,6 +1,14 @@
--- doc/Makefile.orig 2005-03-13 14:30:53 UTC
+++ doc/Makefile
-@@ -8,24 +8,22 @@ clean:
+@@ -1,31 +1,29 @@
+ catch:
+ $(MAKE) -C .. all
+
+-all: clean manpage
++all: manpage
+
+ clean:
+ rm -f *~ $(BIN).$(MAN_SEC)* $(SBIN).$(MAN_SEC)* DEADJOE
manpage:
@echo Generating manpage...
More information about the svn-ports-all
mailing list