aboutsummaryrefslogtreecommitdiffstats
path: root/testing/txt2man/makefile.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/txt2man/makefile.patch
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/txt2man/makefile.patch')
-rw-r--r--testing/txt2man/makefile.patch23
1 files changed, 0 insertions, 23 deletions
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