diff options
author | bland <bland@FreeBSD.org> | 2003-12-04 09:13:03 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-12-04 09:13:03 +0000 |
commit | 794f29e51b1ff14629fe8a765b75643b846baecf (patch) | |
tree | 27247922d7b56cb3eea924dafd35a23679214764 /x11-toolkits | |
parent | 7c15d454caf88d82de59a45a6fb42cdf65e2dac6 (diff) | |
download | FreeBSD-ports-794f29e51b1ff14629fe8a765b75643b846baecf.zip FreeBSD-ports-794f29e51b1ff14629fe8a765b75643b846baecf.tar.gz |
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 0000000..2d70c94 --- /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 |