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
commit8feb111c5f68b17b18e5dbdfbca781e014ab49f8 (patch)
tree45195c9c918394576fcd67dd7f94ba11f6c905d0 /parallel/clusterit/Makefile
parentf2281ecfb82d48a8de7ed91563052499157f33fd (diff)
downloadpkgsrc-8feb111c5f68b17b18e5dbdfbca781e014ab49f8.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"