summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-10-20 08:05:22 +0000
committergarbled <garbled>1998-10-20 08:05:22 +0000
commit2c138e1085e8873832f52d65fda48175985324c8 (patch)
tree45195c9c918394576fcd67dd7f94ba11f6c905d0 /parallel/clusterit/Makefile
parentb1c4ee29d2c71e7d6481f9a345c7d117ca4b9b57 (diff)
downloadpkgsrc-2c138e1085e8873832f52d65fda48175985324c8.tar.gz
Add in a distribution patch that fixes a race condition in seq.
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r--parallel/clusterit/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index e08d9948a8f..ef04c43a966 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,9 +1,14 @@
-# $NetBSD: Makefile,v 1.2 1998/10/16 01:04:33 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1998/10/20 08:05:22 garbled Exp $
DISTNAME= clusterit-1.1
CATEGORIES= parallel
MASTER_SITES= http://www.inficad.com/~garbled/
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= cluster-1.1.patch1
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.inficad.com/~garbled/clusterit.html
.include "../../mk/bsd.pkg.mk"