mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13769c5bd4
PR: 20098 Submitted by: Ports Fury
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
--- 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
|