diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-08-30 16:09:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-08-30 16:09:21 +0000 |
commit | c16fdd367b0786c8f40230b490169818a12a8b65 (patch) | |
tree | dae3668bc0d5a9a7a6e6093298a7611340861d86 /sysutils/xfe/patches | |
parent | 3b81e0b48d9fca8994876344b58051712d46e91f (diff) | |
download | pkgsrc-c16fdd367b0786c8f40230b490169818a12a8b65.tar.gz |
Initial import of xfe 0.54.2
X File Explorer (Xfe) is an MS-Explorer like file manager for X.
It is based on the popular, but discontinued, X win Commander.
Xfe aims to be the file manager of choice for all the Unix Addicts!
Ok'ed by wiz@
Diffstat (limited to 'sysutils/xfe/patches')
-rw-r--r-- | sysutils/xfe/patches/patch-aa | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/xfe/patches/patch-aa b/sysutils/xfe/patches/patch-aa new file mode 100644 index 00000000000..38ec3a97a31 --- /dev/null +++ b/sysutils/xfe/patches/patch-aa @@ -0,0 +1,47 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/08/30 16:09:22 xtraeme Exp $ + +--- Makefile.in.orig 2003-08-08 19:06:28.000000000 +0200 ++++ Makefile.in 2003-08-08 19:08:12.000000000 +0200 +@@ -103,9 +103,6 @@ + SUBDIRS = intl po m4 src xfv xfq icons + DIST_SUBDIRS = intl po m4 src xfv xfq icons + +-rcdir = $(prefix)/lib/foxrc +-rc_DATA = Desktop +- + EXTRA_DIST = config.h i18n.h xfe.1 xfv.1 xfq.1 ABOUT-NLS TODO FAQ BUGS xfe.spec.in Desktop.in xfe.png icons/* src/icons/* + + icondir = $(prefix)/share/pixmaps +@@ -121,7 +118,7 @@ + + NROFF = nroff + MANS = $(man_MANS) +-DATA = $(icon_DATA) $(rc_DATA) ++DATA = $(icon_DATA) + + + RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ +@@ -239,23 +236,6 @@ + echo " rm -f $(DESTDIR)$(icondir)/$$f"; \ + rm -f $(DESTDIR)$(icondir)/$$f; \ + done +-install-rcDATA: $(rc_DATA) +- @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(rcdir) +- @list='$(rc_DATA)'; for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- f="`echo $$p | sed -e 's|^.*/||'`"; \ +- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \ +- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(rcdir)/$$f; \ +- done +- +-uninstall-rcDATA: +- @$(NORMAL_UNINSTALL) +- @list='$(rc_DATA)'; for p in $$list; do \ +- f="`echo $$p | sed -e 's|^.*/||'`"; \ +- echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \ +- rm -f $(DESTDIR)$(rcdir)/$$f; \ +- done + + # This directory's subdirectories are mostly independent; you can cd + # into them and run `make' without going through this Makefile. |