aboutsummaryrefslogtreecommitdiff
path: root/mail/gnarwl
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-04-16 23:01:41 +0000
committerJohn Marino <marino@FreeBSD.org>2015-04-16 23:01:41 +0000
commit73b243dd7421f532b0865500b4032db2e707d376 (patch)
tree3200b27f22d59de154fe4327acbe9117fe310d0c /mail/gnarwl
parent688b7aeea3ab9c63b4ccda084480d71f17e7a722 (diff)
downloadports-73b243dd7421f532b0865500b4032db2e707d376.tar.gz
ports-73b243dd7421f532b0865500b4032db2e707d376.zip
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.
Notes
Notes: svn path=/head/; revision=384133
Diffstat (limited to 'mail/gnarwl')
-rw-r--r--mail/gnarwl/files/patch-doc-Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/gnarwl/files/patch-doc-Makefile b/mail/gnarwl/files/patch-doc-Makefile
index bb95fab7d232..55c14989315e 100644
--- a/mail/gnarwl/files/patch-doc-Makefile
+++ b/mail/gnarwl/files/patch-doc-Makefile
@@ -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...