summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2020-04-23 22:11:27 +1000
committerMichael Palimaka <kensington@gentoo.org>2020-04-23 22:11:27 +1000
commit13e026d8092efd10a1dfec1cafdce9da1bfbb43f (patch)
tree75573f475075811a9c75761bc47f0be67bc1c3fd /app-misc/ytree/files
parentpackage.mask: Last rite app-backup/bup, app-backup/kup (diff)
downloadgentoo-13e026d8092efd10a1dfec1cafdce9da1bfbb43f.tar.gz
gentoo-13e026d8092efd10a1dfec1cafdce9da1bfbb43f.tar.bz2
gentoo-13e026d8092efd10a1dfec1cafdce9da1bfbb43f.zip
app-misc/ytree: remove old
Package-Manager: Portage-2.3.89, Repoman-2.3.22 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-misc/ytree/files')
-rw-r--r--app-misc/ytree/files/ytree-1.94-bindir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-misc/ytree/files/ytree-1.94-bindir.patch b/app-misc/ytree/files/ytree-1.94-bindir.patch
deleted file mode 100644
index a79904e923b3..000000000000
--- a/app-misc/ytree/files/ytree-1.94-bindir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Makefile.orig 2010-04-11 17:44:57.511131862 +0200
-+++ ./Makefile 2010-04-11 17:44:14.143178887 +0200
-@@ -225,6 +225,8 @@
- $(CC) $(LFLAGS) -o $@ $(OBJS) $(LDFLAGS)
-
- install: $(MAIN)
-+ if [ ! -d $(BINDIR) ]; then mkdir -p $(BINDIR); fi
-+ if [ ! -d $(MANDIR) ]; then mkdir -p $(MANDIR); fi
- install $(MAIN) $(BINDIR)
- gzip -9c ytree.1 > ytree.1.gz
- if [ -d $(MANDIR) ]; then install -m 0644 ytree.1.gz $(MANDIR)/; fi