aboutsummaryrefslogtreecommitdiffstats
path: root/devel/flux/files/patch-ac
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-22 06:40:07 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-22 06:40:07 +0000
commit13769c5bd42d73752c489915a1e71e22c11df918 (patch)
treee52e4938069c4a7580ffe228437490d35534572c /devel/flux/files/patch-ac
parent35b75c97bb601e98408f654dc89d83b4736c5540 (diff)
- Update to version 0.4.1
PR: 20098 Submitted by: Ports Fury
Diffstat (limited to 'devel/flux/files/patch-ac')
-rw-r--r--devel/flux/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/flux/files/patch-ac b/devel/flux/files/patch-ac
new file mode 100644
index 000000000000..fcaf67316b8d
--- /dev/null
+++ b/devel/flux/files/patch-ac
@@ -0,0 +1,15 @@
+--- Makefile.am.orig Thu Feb 10 07:02:05 2000
++++ Makefile.am Sat Jul 22 14:38:33 2000
+@@ -1,10 +1,9 @@
+-SUBDIRS = include src util examples
++SUBDIRS = include src util
+
+ EXTRA_DIST = acconfig.h
+
+ all: all-recursive
+- if which bash >/dev/null 2>&1; then bash ./test.sh; \
+-else ./test.sh; fi
++ util/test/test
+
+ dist-hook:
+ sed "s/\[CVS\]/$(VERSION)/" <test.sh >$(distdir)/test.sh