diff options
Diffstat (limited to 'graphics/cthumb/files/patch-Makefile.in')
-rw-r--r-- | graphics/cthumb/files/patch-Makefile.in | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/cthumb/files/patch-Makefile.in b/graphics/cthumb/files/patch-Makefile.in deleted file mode 100644 index 98180b0794f1..000000000000 --- a/graphics/cthumb/files/patch-Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.in.orig 2002-08-13 17:24:05 UTC -+++ Makefile.in -@@ -13,13 +13,7 @@ bindir=@bindir@ - mandir=@mandir@ - themedir=@themedir@ - --all: cthumb cthumb.spec -- --cthumb.spec: cthumb.spec.in Makefile VERSION -- ./configure --prefix=$(prefix) -- --cthumb.1: cthumb.1.in configure -- ./configure --prefix=$(prefix) -+all: cthumb - - install: cthumb - install -d $(bindir) $(prefix)/share $(themedir) $(mandir)/man1 -@@ -27,12 +21,6 @@ install: cthumb - install cthumb.1 $(mandir)/man1 - $(CPR) themes/* $(themedir) - --Makefile: Makefile.in VERSION configure -- ./configure --prefix=/usr -- --cthumb: cthumb.in VERSION configure -- ./configure --prefix=/usr -- - dist: cthumb.spec cthumb - # make prefix=$(shell pwd)/$(DD) install - install -d $(DD) |