summaryrefslogtreecommitdiff
path: root/sysutils/moreutils/files
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-06-21 10:24:50 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-06-21 10:24:50 +0000
commit1e26add69bf114d6d78b9c196b416cdd84a71c19 (patch)
tree9e2ed2fc1152fd22b3260d07b1daa4807e1ab81a /sysutils/moreutils/files
parent61c574f03bebd2e100f66025c9e31ec18a3f3657 (diff)
Notes
Diffstat (limited to 'sysutils/moreutils/files')
-rw-r--r--sysutils/moreutils/files/patch-Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/moreutils/files/patch-Makefile b/sysutils/moreutils/files/patch-Makefile
new file mode 100644
index 000000000000..dbe99edc5221
--- /dev/null
+++ b/sysutils/moreutils/files/patch-Makefile
@@ -0,0 +1,37 @@
+--- Makefile.orig 2009-05-05 12:09:22.000000000 -0700
++++ Makefile 2009-06-20 07:59:27.000000000 -0700
+@@ -1,24 +1,24 @@
+-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo
++BINS=isutf8 ifne pee sponge mispipe lckdo
+ PERLSCRIPTS=vidir vipe ts combine zrun
+-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1
++MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1
+ CFLAGS=-O2 -g -Wall
+ INSTALL_BIN?=install -s
+-PREFIX=/usr
+
+-DOCBOOK2XMAN=docbook2x-man
++DOCBOOK2XMAN=docbook2man
+
+ all: $(BINS) $(MANS)
+
++bins: $(BINS)
++
++mans: $(MANS)
++
+ clean:
+ rm -f $(BINS) $(MANS)
+
+ install:
+- mkdir -p $(DESTDIR)$(PREFIX)/bin
+- $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
+- install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
+-
+- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
+- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
++ mkdir -p $(PREFIX)/bin
++ $(INSTALL_BIN) $(BINS) $(PREFIX)/bin
++ install $(PERLSCRIPTS) $(PREFIX)/bin
+
+ check: isutf8
+ ./check-isutf8