diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-04 09:13:03 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-04 09:13:03 +0000 |
commit | 7e7a4edb0f0e444775b44f38abbf854695d19062 (patch) | |
tree | f723c6ca470073d1425585a58fb93f770f72f714 /x11-toolkits | |
parent | 05dc14e61e172357f1dddbd509874ee5f7779ec1 (diff) | |
download | freebsd-ports-7e7a4edb0f0e444775b44f38abbf854695d19062.zip |
Do not build examples.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libpanelappletmm/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/libpanelappletmm/files/patch-Makefile.in b/x11-toolkits/libpanelappletmm/files/patch-Makefile.in new file mode 100644 index 000000000000..2d70c94f926d --- /dev/null +++ b/x11-toolkits/libpanelappletmm/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Dec 3 16:16:50 2003 ++++ Makefile.in Thu Dec 4 03:39:42 2003 +@@ -93,7 +93,7 @@ + STRIP = @STRIP@ + VERSION = @VERSION@ + +-SUBDIRS = tools libpanelapplet docs examples ++SUBDIRS = tools libpanelapplet docs + DIST_SUBDIRS = $(SUBDIRS) scripts + + EXTRA_DIST = libpanelappletmm.spec.in build_shared/Makefile_build.am_fragment build_shared/Makefile_build_gensrc.am_fragment build_shared/Makefile_gensrc.am_fragment autogen.sh |