diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-09 07:06:44 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-09 07:06:44 +0800 |
commit | 44b8a55a9844df35ead32064f9a7028d3c92449c (patch) | |
tree | b98ce17ee1b952a98c74349abff8746331b76321 /x11-wm/fluxbox/files | |
parent | dc94bc280e9274b2dded98dac8ec5f72cce70fc5 (diff) | |
download | freebsd-ports-gnome-44b8a55a9844df35ead32064f9a7028d3c92449c.tar.gz freebsd-ports-gnome-44b8a55a9844df35ead32064f9a7028d3c92449c.tar.zst freebsd-ports-gnome-44b8a55a9844df35ead32064f9a7028d3c92449c.zip |
* Let fluxbox depend on new boxtools port.
* Do not install bsetbg and bsetroot anymore, since this is part of boxtools
now.
* Bump PORTREVISION.
PR: 43844
Submitted by: maintainer
Diffstat (limited to 'x11-wm/fluxbox/files')
-rw-r--r-- | x11-wm/fluxbox/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/patch-doc::Makefile.in | 13 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/patch-Makefile.in b/x11-wm/fluxbox/files/patch-Makefile.in new file mode 100644 index 000000000000..7de0322bc6d0 --- /dev/null +++ b/x11-wm/fluxbox/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Oct 8 23:12:58 2002 ++++ Makefile.in Tue Oct 8 23:13:06 2002 +@@ -95,7 +95,7 @@ + install_sh = @install_sh@ + regex_cmd = @regex_cmd@ + +-SUBDIRS = data doc nls src util ++SUBDIRS = data doc nls src util/fbrun + MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-wm/fluxbox/files/patch-doc::Makefile.in b/x11-wm/fluxbox/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..5fae70ca2aee --- /dev/null +++ b/x11-wm/fluxbox/files/patch-doc::Makefile.in @@ -0,0 +1,13 @@ +--- doc/Makefile.in.orig Tue Oct 8 23:14:11 2002 ++++ doc/Makefile.in Tue Oct 8 23:14:41 2002 +@@ -97,8 +97,8 @@ + + CLEANFILES = fluxbox.1 + MAINTAINERCLEANFILES = Makefile.in +-man_MANS = fluxbox.1 bsetroot.1 +-EXTRA_DIST = fluxbox.1.in bsetroot.1 Coding_style ++man_MANS = fluxbox.1 ++EXTRA_DIST = fluxbox.1.in Coding_style + subdir = doc + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h |