From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/txt2man/makefile.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 testing/txt2man/makefile.patch (limited to 'testing/txt2man/makefile.patch') diff --git a/testing/txt2man/makefile.patch b/testing/txt2man/makefile.patch deleted file mode 100644 index 617d4b0d2d..0000000000 --- a/testing/txt2man/makefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -1,5 +1,7 @@ - # Makefile - prefix ?= /usr/local -+bindir ?= $(prefix)/bin -+mandir ?= $(prefix)/share/man - version = txt2man-1.5.6 - BIN = src2man bookman txt2man - MAN1 = src2man.1 txt2man.1 bookman.1 -@@ -7,9 +9,9 @@ - all: $(MAN1) - - install: $(MAN1) -- mkdir -p $(prefix)/bin $(prefix)/man/man1 -- cp $(BIN) $(prefix)/bin/ -- cp $(MAN1) $(prefix)/man/man1 -+ mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 -+ cp $(BIN) $(DESTDIR)$(bindir) -+ cp $(MAN1) $(DESTDIR)$(mandir)/man1 - - clean: - rm -f *.1 *.txt *.ps *.pdf *.html -- cgit v1.2.3