diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-14 00:06:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-14 00:06:24 +0800 |
commit | 470e21c279b4d199644e45abd20f766bdc57ac4d (patch) | |
tree | 5a97b8b75b924552289674be48f64ef1caae5187 /x11-toolkits | |
parent | 643e9101da0d7b71652f7c9f8626f0efb6e44cb4 (diff) | |
download | freebsd-ports-gnome-470e21c279b4d199644e45abd20f766bdc57ac4d.tar.gz freebsd-ports-gnome-470e21c279b4d199644e45abd20f766bdc57ac4d.tar.zst freebsd-ports-gnome-470e21c279b4d199644e45abd20f766bdc57ac4d.zip |
Don't bother to build tests which aren't installed anyway.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/eel2/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/eel2/files/patch-Makefile.in b/x11-toolkits/eel2/files/patch-Makefile.in new file mode 100644 index 000000000000..c3cb2f239196 --- /dev/null +++ b/x11-toolkits/eel2/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2002/06/13 16:05:09 1.1 ++++ Makefile.in 2002/06/13 16:05:18 +@@ -119,7 +119,7 @@ + + NULL = + +-SUBDIRS = eel test po ++SUBDIRS = eel po + + EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in $(NULL) + |